* Fixes NB#59753, the account that is created is now visible if it's the unique...
[modest] / src / widgets / modest-account-view.c
index 34fe761..6da9f7a 100644 (file)
@@ -268,8 +268,8 @@ static void
 on_account_removed (ModestAccountMgr *account_mgr,
                    const gchar* account, gboolean server_account,
                    ModestAccountView *self)
-{
-       on_account_changed (account_mgr, account, NULL, server_account, self);
+{               
+       update_account_view (account_mgr, self);
 }