summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-04-05 12:39:23 +0100
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-04-05 17:47:45 +0100
commitee324217f7f244875aec7f0fb1520c31863a3d4f (patch)
tree3cdb6a31912156399da73ae6e3edbede43be43f8 /telepathy-logger/log-store-xml.c
parent49179a15ac831a7f8967730c6f723017d935a5e9 (diff)
downloadtelepathy-logger-ee324217f7f244875aec7f0fb1520c31863a3d4f.tar.gz
TplLogStore and TplLogStoreXML: fix type for identifier in _search_in_identifier_chats_new
From "gchar const *" to "const gchar *"
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 a4cb2d3..67aa6be 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -980,7 +980,7 @@ _log_store_xml_search_in_files (TplLogStore *self,
static GList *
log_store_xml_search_in_identifier_chats_new (TplLogStore *self,
TpAccount *account,
- gchar const *identifier,
+ const gchar *identifier,
const gchar *text)
{
GList *files;