* Ugh, bad fix applied. Fixed this.
[modest] / 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);