diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); |