empathy r2652 - trunk/libempathy



Author: xclaesse
Date: Mon Mar  9 18:24:00 2009
New Revision: 2652
URL: http://svn.gnome.org/viewvc/empathy?rev=2652&view=rev

Log:
Actually recurse in the chatrooms directory

Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>

Modified:
   trunk/libempathy/empathy-log-store-empathy.c

Modified: trunk/libempathy/empathy-log-store-empathy.c
==============================================================================
--- trunk/libempathy/empathy-log-store-empathy.c	(original)
+++ trunk/libempathy/empathy-log-store-empathy.c	Mon Mar  9 18:24:00 2009
@@ -646,7 +646,7 @@
       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;
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]