* Ugh, bad fix applied. Fixed this.
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 26 Sep 2008 09:52:52 +0000 (09:52 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 26 Sep 2008 09:52:52 +0000 (09:52 +0000)
pmo-diablo-r5771

src/modest-tny-account-store.c

index bae02de..c99e5e7 100644 (file)
@@ -1163,8 +1163,7 @@ modest_tny_account_store_alert (TnyAccountStore *self,
 
        if (error->code == TNY_SERVICE_ERROR_CERTIFICATE)
                retval = modest_platform_run_certificate_confirmation_dialog (server_name,
-                                                                             error->message,
-                                                                             TRUE);
+                                                                             error->message);
        else if (error->code == TNY_SERVICE_ERROR_AUTHENTICATE) {
                modest_platform_run_information_dialog (NULL, prompt, TRUE);