From fd6d3fc84dbd00c3c1015ac8f9b54935fc1c12e9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 11 Mar 2008 12:22:37 +0000 Subject: Make sure we don't expect contact id and handle to be directly ready. Add some _run_until_ready. svn path=/trunk/; revision=755 --- libempathy-gtk/empathy-contact-list-view.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy-gtk/empathy-contact-list-view.c') diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index b12387419..24174c8b7 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -774,6 +774,10 @@ contact_list_view_drag_data_received (GtkWidget *widget, return; } + empathy_contact_run_until_ready (contact, + EMPATHY_CONTACT_READY_HANDLE, + NULL); + model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget)); /* Get source group information. */ -- cgit v1.2.3