aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-11 16:49:59 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-11 16:49:59 +0800
commit4b9d7ec3720a8c288e95e298fab95829554984d6 (patch)
tree233e5cd30a937d22e4bf0988b552862d594f5d8b /libempathy-gtk
parent16216c574d0d38d2a9eeb8a50f677e9358b290df (diff)
downloadgsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.tar
gsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.tar.gz
gsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.tar.bz2
gsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.tar.lz
gsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.tar.xz
gsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.tar.zst
gsoc2013-empathy-4b9d7ec3720a8c288e95e298fab95829554984d6.zip
By default display all the favorite rooms in the favorite room dialog. Fixes bug #521554 (Marco Barisione).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@735 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chatrooms-window.c2
1 files changed, 1 insertions, 1 deletions
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,