From: Sergio Villar Senin Date: Wed, 28 Jan 2009 10:58:38 +0000 (+0000) Subject: * Fixes NB#97355, email is launched properly even though there are account data corru... X-Git-Tag: git_migration_finished~701 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=e8d43d81f254f642959c3715b1ea8d0ad03ef39e;ds=sidebyside * Fixes NB#97355, email is launched properly even though there are account data corruptions pmo-trunk-r7327 --- diff --git a/src/widgets/modest-account-view.c b/src/widgets/modest-account-view.c index 0ce8caf..5408a61 100644 --- a/src/widgets/modest-account-view.c +++ b/src/widgets/modest-account-view.c @@ -251,6 +251,7 @@ update_account_view (ModestAccountMgr *account_mgr, ModestAccountView *view) settings = modest_account_mgr_load_account_settings (account_mgr, account_name); if (!settings) { g_printerr ("modest: failed to get account data for %s\n", account_name); + cursor = cursor->next; continue; } store_settings = modest_account_settings_get_store_settings (settings);