From a79453efa51820eb92e37790f58bd745fb78d176 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 12 Jun 2007 10:32:57 +0000 Subject: [PATCH] * no need to set a new default account explicitely anymore pmo-trunk-r2174 --- src/maemo/modest-account-view-window.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/maemo/modest-account-view-window.c b/src/maemo/modest-account-view-window.c index 498cd64..1a57a12 100644 --- a/src/maemo/modest-account-view-window.c +++ b/src/maemo/modest-account-view-window.c @@ -196,12 +196,6 @@ on_delete_button_clicked (GtkWidget *button, ModestAccountViewWindow *self) account_name, FALSE); - if (removed && is_default) { - /* Set a different account as the default, so there is always at least one default: - * This is not specified, and might be the wrong behaviour. murrayc. */ - modest_account_mgr_set_first_account_as_default (account_mgr); - } - if (removed) { /* Show confirmation dialog ??? */ } else { -- 1.7.9.5