aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-04-21 09:50:45 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-04-21 09:50:45 +0800
commit225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9 (patch)
tree0ad0902e304c772750abc4751343bc84773290d6 /src/empathy-main-window.c
parent161c7f5800a89344fb65163b1e9c49ea7585cadf (diff)
downloadgsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.tar
gsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.tar.gz
gsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.tar.bz2
gsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.tar.lz
gsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.tar.xz
gsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.tar.zst
gsoc2013-empathy-225661fe0ac22a4d8daa7f4e9f33b5fd3c5660c9.zip
Reliably set favourite-star
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c6
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);