diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-03-10 02:24:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-03-10 02:24:00 +0800 |
commit | 59be910599d2a956b6b2c551659458698cc514af (patch) | |
tree | 6e69d05d6bfbe51956b4f694327cf9960d71d640 | |
parent | e0a114aaaf1c05b409ecbab326d0140b63670cad (diff) | |
download | gsoc2013-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.c | 2 |
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; } |