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-main-window.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libempathy-gtk/empathy-main-window.c') diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index ca8a16abf..c447c473d 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -669,9 +669,15 @@ main_window_edit_personal_information_cb (GtkWidget *widget, account = accounts->data; factory = empathy_contact_factory_new (); contact = empathy_contact_factory_get_user (factory, account); + empathy_contact_run_until_ready (contact, + EMPATHY_CONTACT_READY_HANDLE | + EMPATHY_CONTACT_READY_ID, + NULL); + empathy_contact_information_dialog_show (contact, GTK_WINDOW (window->window), TRUE, TRUE); + g_slist_foreach (accounts, (GFunc) g_object_unref, NULL); g_slist_free (accounts); g_object_unref (factory); -- cgit v1.2.3