From: Dirk-Jan C. Binnema Date: Tue, 30 Oct 2007 13:30:05 +0000 (+0000) Subject: * don't accept certificate when user clicked cancel X-Git-Tag: git_migration_finished~2197 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=454354bdd5a2370614e99d0a95b5d016b4467f17 * don't accept certificate when user clicked cancel pmo-trunk-r3604 --- diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index c3ce79c..614aa13 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -1662,7 +1662,7 @@ modest_platform_run_certificate_confirmation_dialog (const gchar* server_name, on_destroy_dialog (GTK_DIALOG(note)); g_free (question); - return response; + return response == GTK_RESPONSE_OK; }