]> git.0d.be Git - empathy.git/commitdiff
Actually recurse in the chatrooms directory
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 9 Mar 2009 18:24:00 +0000 (18:24 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 9 Mar 2009 18:24:00 +0000 (18:24 +0000)
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2652

libempathy/empathy-log-store-empathy.c

index 138eef5b89b420633d892c604158e1ec4ae30dcd..30284c264c448b5f451c5f112b8cf849beb11fbb 100644 (file)
@@ -646,7 +646,7 @@ log_store_empathy_get_chats_for_dir (EmpathyLogStore *self,
       if (strcmp (name, LOG_DIR_CHATROOMS) == 0)
         {
           hits = g_list_concat (hits, log_store_empathy_get_chats_for_dir (
-                self, dir, TRUE));
+                self, filename, TRUE));
           g_free (filename);
           continue;
         }