* don't accept certificate when user clicked cancel
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 30 Oct 2007 13:30:05 +0000 (13:30 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 30 Oct 2007 13:30:05 +0000 (13:30 +0000)
pmo-trunk-r3604

src/maemo/modest-platform.c

index c3ce79c..614aa13 100644 (file)
@@ -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;
 }