From 0e45a2a7eb9fac4287ff559106a7cd1f02d7b3c2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 11 Mar 2008 08:49:59 +0000 Subject: By default display all the favorite rooms in the favorite room dialog. Fixes bug #521554 (Marco Barisione). svn path=/trunk/; revision=735 --- libempathy-gtk/empathy-chatrooms-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-chatrooms-window.c b/libempathy-gtk/empathy-chatrooms-window.c index 83d305212..7855f3cf3 100644 --- a/libempathy-gtk/empathy-chatrooms-window.c +++ b/libempathy-gtk/empathy-chatrooms-window.c @@ -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, -- cgit v1.2.3