]> git.0d.be Git - empathy.git/commitdiff
contact-list-view: added note about waiting for manager to be come ready bug
authorJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:51:18 +0000 (10:51 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:51:18 +0000 (10:51 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy-gtk/empathy-contact-list-view.c

index 3f58dd3c9dc4efe5491ea58130ee7eeec43bfbeb..c19ad32df2edcd59c49cff016d1eac44c9b6fd92 100644 (file)
@@ -299,7 +299,7 @@ contact_list_view_drag_data_received (GtkWidget         *view,
                id);
 
        /* FIXME: should probably make sure the account manager is prepared
-        * before calling _ensure_account on it. */
+        * before calling _ensure_account on it. See bug 600115. */
        account_manager = tp_account_manager_dup ();
        strv = g_strsplit (id, ":", 2);
        if (g_strv_length (strv) == 2) {