]> git.0d.be Git - empathy.git/commitdiff
Don't use a custom function to build the log dir
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 23:23:27 +0000 (00:23 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 23:23:27 +0000 (00:23 +0100)
libempathy/empathy-log-store-empathy.c

index 2049fc24aabc3796b29c1568bb64b1d8c4b72ce3..ff59eccbc3927e6d7782b6dbd82fd9881a321bcc 100644 (file)
@@ -748,8 +748,7 @@ log_store_empathy_get_chats (EmpathyLogStore *self,
 
   priv = GET_PRIV (self);
 
-  dir = g_build_filename (priv->basedir,
-      empathy_account_get_unique_name (account), NULL);
+  dir = log_store_empathy_get_dir (self, account, NULL, FALSE);
 
   hits = log_store_empathy_get_chats_for_dir (self, dir, FALSE);