aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-store-empathy.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:31:48 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:31:48 +0800
commite6da8954b005318b6e438a9306374cf07bd54030 (patch)
treef6d7974dfee0bbbed71ef52fa8db3598d676059a /libempathy/empathy-log-store-empathy.c
parent17fa8e8c29b51a350babb894aad6acab11bea0e5 (diff)
downloadgsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.tar
gsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.tar.gz
gsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.tar.bz2
gsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.tar.lz
gsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.tar.xz
gsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.tar.zst
gsoc2013-empathy-e6da8954b005318b6e438a9306374cf07bd54030.zip
log-store-empathy: refer to "make logs async" bug
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-log-store-empathy.c')
-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 787d5caac..8a25df7bc 100644
--- a/libempathy/empathy-log-store-empathy.c
+++ b/libempathy/empathy-log-store-empathy.c
@@ -407,7 +407,7 @@ log_store_empathy_search_hit_new (EmpathyLogStore *self,
account_name = strv[len-3];
/* FIXME: This assumes the account manager is prepared, but the
- * synchronous API forces this. */
+ * synchronous API forces this. See bug #599189. */
accounts = tp_account_manager_get_valid_accounts (priv->account_manager);
for (l = accounts; l != NULL; l = g_list_next (l))