]> git.0d.be Git - empathy.git/commitdiff
By default display all the favorite rooms in the favorite room dialog. Fixes bug...
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Mar 2008 08:49:59 +0000 (08:49 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Mar 2008 08:49:59 +0000 (08:49 +0000)
svn path=/trunk/; revision=735

libempathy-gtk/empathy-chatrooms-window.c

index 83d305212146b8d5107a9cdba1841f37d2652dd9..7855f3cf3b2eef5c5a0e3ab364aec79d4ed538b7 100644 (file)
@@ -154,10 +154,10 @@ empathy_chatrooms_window_show (GtkWindow *parent)
        empathy_account_chooser_set_filter (EMPATHY_ACCOUNT_CHOOSER (window->account_chooser),
                                            empathy_account_chooser_filter_is_connected,
                                            NULL);
-       empathy_account_chooser_set_account (EMPATHY_ACCOUNT_CHOOSER (window->account_chooser), NULL);
        g_object_set (window->account_chooser, 
                      "has-all-option", TRUE,
                      NULL);
+       empathy_account_chooser_set_account (EMPATHY_ACCOUNT_CHOOSER (window->account_chooser), NULL);
 
        gtk_box_pack_start (GTK_BOX (window->hbox_account),
                            window->account_chooser,