[empathy/mc5] Don't use a custom function to build the log dir
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5] Don't use a custom function to build the log dir
- Date: Mon, 24 Aug 2009 10:43:23 +0000 (UTC)
commit 276a8e15dae658c49849aed43ac3094a0f6225e1
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Mon Aug 24 00:23:27 2009 +0100
Don't use a custom function to build the log dir
libempathy/empathy-log-store-empathy.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c
index 2049fc2..ff59ecc 100644
--- a/libempathy/empathy-log-store-empathy.c
+++ b/libempathy/empathy-log-store-empathy.c
@@ -748,8 +748,7 @@ log_store_empathy_get_chats (EmpathyLogStore *self,
priv = GET_PRIV (self);
- dir = g_build_filename (priv->basedir,
- empathy_account_get_unique_name (account), NULL);
+ dir = log_store_empathy_get_dir (self, account, NULL, FALSE);
hits = log_store_empathy_get_chats_for_dir (self, dir, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]