From 5e6ef12037be40cb1f8d096584fc0e91496cf1d3 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 26 Sep 2008 09:52:52 +0000 Subject: [PATCH] * Ugh, bad fix applied. Fixed this. pmo-diablo-r5771 --- src/modest-tny-account-store.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index bae02de..c99e5e7 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -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); -- 1.7.9.5