]> git.0d.be Git - empathy.git/commitdiff
log-store-empathy: refer to "make logs async" bug
authorJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:31:48 +0000 (10:31 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:31:48 +0000 (10:31 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy/empathy-log-store-empathy.c

index 787d5caac96afc6acaa94d495bf599de846927bc..8a25df7bcd7f85b0517086ed4a9a825fac09f604 100644 (file)
@@ -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))