From: Sjoerd Simons Date: Sun, 23 Aug 2009 23:23:27 +0000 (+0100) Subject: Don't use a custom function to build the log dir X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=276a8e15dae658c49849aed43ac3094a0f6225e1 Don't use a custom function to build the log dir --- diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index 2049fc24..ff59eccb 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);