aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-10 02:24:00 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-10 02:24:00 +0800
commit59be910599d2a956b6b2c551659458698cc514af (patch)
tree6e69d05d6bfbe51956b4f694327cf9960d71d640
parente0a114aaaf1c05b409ecbab326d0140b63670cad (diff)
downloadgsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.tar
gsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.tar.gz
gsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.tar.bz2
gsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.tar.lz
gsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.tar.xz
gsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.tar.zst
gsoc2013-empathy-59be910599d2a956b6b2c551659458698cc514af.zip
Actually recurse in the chatrooms directory
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2652
-rw-r--r--libempathy/empathy-log-store-empathy.c2
1 files changed, 1 insertions, 1 deletions
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;
}