X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr.c;h=48a96dc5012605b652f41ac84bad84abbc19814d;hb=1a0afca839a2071757280fac8a2705bfe558275b;hp=7f0ee82c97ae6ec284bfd09ed7c5ca437010f080;hpb=54b2b4b64a81caaf214c47da59057b54bf7b067c;p=modest diff --git a/src/modest-account-mgr.c b/src/modest-account-mgr.c index 7f0ee82..48a96dc 100644 --- a/src/modest-account-mgr.c +++ b/src/modest-account-mgr.c @@ -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;