[empathy: 59/80] LogWindow: set 'All accounts' by default



commit a879702a4f71baac18c351a7c540d349ad8d20d0
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Tue May 3 11:22:42 2011 +0100

    LogWindow: set 'All accounts' by default

 libempathy-gtk/empathy-log-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 794b325..ad61fe1 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -483,6 +483,7 @@ empathy_log_window_show (TpAccount  *account,
   empathy_account_chooser_set_has_all_option (account_chooser, TRUE);
   empathy_account_chooser_set_filter (account_chooser,
       empathy_account_chooser_filter_has_logs, NULL);
+  empathy_account_chooser_set_all (account_chooser);
 
   g_signal_connect (window->account_chooser, "changed",
       G_CALLBACK (log_window_chats_accounts_changed_cb),



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