X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-platform.c;h=614aa13e156831da54767d25a6db98009bcece7f;hp=c3ce79cdd6ae997061ece32f7254bd79b9dd0587;hb=454354bdd5a2370614e99d0a95b5d016b4467f17;hpb=cc7198f05319c296a7d0310ea660b56886fe5a0d 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; }