From 59be910599d2a956b6b2c551659458698cc514af Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 9 Mar 2009 18:24:00 +0000 Subject: Actually recurse in the chatrooms directory Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2652 --- libempathy/empathy-log-store-empathy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index 138eef5b8..30284c264 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.c @@ -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; } -- cgit v1.2.3