empathy r735 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r735 - trunk/libempathy-gtk
- Date: Tue, 11 Mar 2008 08:49:59 +0000 (GMT)
Author: xclaesse
Date: Tue Mar 11 08:49:59 2008
New Revision: 735
URL: http://svn.gnome.org/viewvc/empathy?rev=735&view=rev
Log:
By default display all the favorite rooms in the favorite room dialog. Fixes bug #521554 (Marco Barisione).
Modified:
trunk/libempathy-gtk/empathy-chatrooms-window.c
Modified: trunk/libempathy-gtk/empathy-chatrooms-window.c
==============================================================================
--- trunk/libempathy-gtk/empathy-chatrooms-window.c (original)
+++ trunk/libempathy-gtk/empathy-chatrooms-window.c Tue Mar 11 08:49:59 2008
@@ -154,10 +154,10 @@
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]