From dece14f7b4b809b774150979c3748ca77b329863 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 10 Jul 2007 18:46:40 +0000 Subject: [PATCH] * select the inbox of the newly selected account; fixes NB#58667 pmo-trunk-r2682 --- src/maemo/modest-main-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index af388a7..459df2b 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -2065,6 +2065,8 @@ on_show_account_action_activated (GtkAction *action, acc_data->store_account->account_name); modest_window_set_active_account (MODEST_WINDOW (self), acc_data->account_name); } + + modest_folder_view_select_first_inbox_or_local (priv->folder_view); /* Free */ modest_account_mgr_free_account_data (mgr, acc_data); -- 1.7.9.5