summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telepathy-logger/log-store-xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index ec291b4..0dd6795 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -1356,6 +1356,8 @@ log_store_xml_get_events_for_file (TplLogStoreXml *self,
return;
}
+ /* FIXME: fdo#69814 ideally we shouldn't use the account_id as self_id */
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
if (!tp_account_parse_object_path (
tp_proxy_get_object_path (TP_PROXY (account)),
NULL, NULL, &self_id, &error))
@@ -1365,6 +1367,7 @@ log_store_xml_get_events_for_file (TplLogStoreXml *self,
g_error_free (error);
return;
}
+ G_GNUC_END_IGNORE_DEPRECATIONS
/* Create parser. */
ctxt = xmlNewParserCtxt ();