aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-log-window.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-03 18:22:42 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 19:34:57 +0800
commita879702a4f71baac18c351a7c540d349ad8d20d0 (patch)
treefe20b42d667ee8c94708f7777b980dbdc80cdb5d /libempathy-gtk/empathy-log-window.c
parent0f14ab8594d2867778bb96059ecad339cd16162d (diff)
downloadgsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.tar
gsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.tar.gz
gsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.tar.bz2
gsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.tar.lz
gsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.tar.xz
gsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.tar.zst
gsoc2013-empathy-a879702a4f71baac18c351a7c540d349ad8d20d0.zip
LogWindow: set 'All accounts' by default
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r--libempathy-gtk/empathy-log-window.c1
1 files changed, 1 insertions, 0 deletions
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),