Merge branch 'modest-3-2' of https://git.maemo.org/projects/modest into modest-3-2 3.2.9
authorSudheer Kumar Chiluveri <Sudheer.Chiluveri@nokia.com>
Fri, 8 Jan 2010 11:29:19 +0000 (13:29 +0200)
committerSudheer Kumar Chiluveri <Sudheer.Chiluveri@nokia.com>
Fri, 8 Jan 2010 11:29:19 +0000 (13:29 +0200)
src/modest-account-mgr.c

index 7f0ee82..48a96dc 100644 (file)
@@ -1690,7 +1690,7 @@ modest_account_mgr_singleton_protocol_exists (ModestAccountMgr *mgr,
        gboolean found = FALSE;
 
        g_return_val_if_fail (MODEST_IS_ACCOUNT_MGR (mgr), FALSE);
-       account_names = modest_account_mgr_account_names (mgr, TRUE);
+       account_names = modest_account_mgr_account_names (mgr, FALSE);
 
        for (node = account_names; node != NULL; node = g_slist_next (node)) {
                ModestProtocolType current_protocol;