[empathy] roster-window: check which page to display once Folks has finished loading



commit 67102f084b88b294df72e8899f21fe457b2d5ee8
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Mar 22 11:30:27 2012 +0100

    roster-window: check which page to display once Folks has finished loading
    
    We should still display the 'no account' page if none is configured or
    enabled.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672506

 src/empathy-roster-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index 4747b33..e2ba06e 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -2425,7 +2425,7 @@ hide_contacts_loading (EmpathyRosterWindow *self)
 {
   gtk_spinner_stop (GTK_SPINNER (self->priv->spinner_loading));
 
-  display_page_contact_list (self);
+  set_notebook_page (self);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]