diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-12 16:48:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-12 16:51:36 +0800 |
commit | 873b2ab2ce7dc26cb72e99ffafb0140c8a662fef (patch) | |
tree | 54450095b5799335d229b9efda711e3200c3eb82 /src | |
parent | 5676e2a343460465e4439449e4d6d834f21ccdbd (diff) | |
download | gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.tar gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.tar.gz gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.tar.bz2 gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.tar.lz gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.tar.xz gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.tar.zst gsoc2013-empathy-873b2ab2ce7dc26cb72e99ffafb0140c8a662fef.zip |
empathy_roster_window_init: don't call set_notebook_page()
We should wait for the AM to be prepared (which is done in this function)
before calling set_notebook_page() as it calls
empathy_account_manager_get_accounts_connected() which relies on the AM being
prepared.
https://bugzilla.gnome.org/show_bug.cgi?id=683854
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-roster-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index 8ce915396..0ec35e14a 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -2273,8 +2273,6 @@ empathy_roster_window_init (EmpathyRosterWindow *self) G_CALLBACK (button_account_settings_clicked_cb), self); g_signal_connect (self->priv->button_online, "clicked", G_CALLBACK (button_online_clicked_cb), self); - - set_notebook_page (self); } GtkWidget * |