From 454354bdd5a2370614e99d0a95b5d016b4467f17 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 30 Oct 2007 13:30:05 +0000 Subject: [PATCH 1/1] * don't accept certificate when user clicked cancel pmo-trunk-r3604 --- src/maemo/modest-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.7.9.5