summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-store-xml.c')
-rw-r--r--telepathy-logger/log-store-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index 776a38e..3e09121 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -838,7 +838,7 @@ log_store_xml_get_events_for_file (TplLogStoreXml *self,
pending_id = atoi (log_id);
else
/* we have no way in non empathy-legacy mode to know it */
- pending_id = TPL_EVENT_MSG_ID_UNKNOWN;
+ pending_id = TPL_EVENT_TEXT_MSG_ID_UNKNOWN;
t = _tpl_time_parse (time_);