From 225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Tue, 21 Apr 2009 09:50:45 +0800 Subject: Reliably set favourite-star --- src/empathy-main-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 0f09a2a36..6c5f1fa2c 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -1186,6 +1186,9 @@ empathy_main_window_show (void) gtk_widget_hide (window->edit_context); gtk_widget_hide (window->edit_context_separator); + /* Set up contact list. */ + empathy_status_presets_get_all (); + /* Set up presence chooser */ window->presence_chooser = empathy_presence_chooser_new (); gtk_widget_show (window->presence_chooser); @@ -1216,9 +1219,6 @@ empathy_main_window_show (void) gtk_toolbar_insert (GTK_TOOLBAR (window->presence_toolbar), item, -1); gtk_widget_show (GTK_WIDGET (item)); - /* Set up contact list. */ - empathy_status_presets_get_all (); - list_iface = EMPATHY_CONTACT_LIST (empathy_contact_manager_dup_singleton ()); monitor = empathy_contact_list_get_monitor (list_iface); window->list_store = empathy_contact_list_store_new (list_iface); -- cgit v1.2.3