From 6996bc2efb7643418baf090e9c158906724e2633 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Oct 2009 10:51:18 +0000 Subject: contact-list-view: added note about waiting for manager to be come ready bug Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-contact-list-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 3f58dd3c9..c19ad32df 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -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) { -- cgit v1.2.3