* select the inbox of the newly selected account; fixes NB#58667
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 10 Jul 2007 18:46:40 +0000 (18:46 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 10 Jul 2007 18:46:40 +0000 (18:46 +0000)
pmo-trunk-r2682

src/maemo/modest-main-window.c

index af388a7..459df2b 100644 (file)
@@ -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);