X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;h=c99e5e7ddf0de88e4cf35d3a226c33177f1180d9;hb=5e6ef12037be40cb1f8d096584fc0e91496cf1d3;hp=bae02de7b29ad8951900cf937073b6e16e392df2;hpb=8a987a5f06fffa6dd5da879b988e945241d90d4b;p=modest 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);