From a879702a4f71baac18c351a7c540d349ad8d20d0 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 3 May 2011 11:22:42 +0100 Subject: LogWindow: set 'All accounts' by default --- libempathy-gtk/empathy-log-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 794b325dc..ad61fe11e 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), -- cgit v1.2.3