From: Sergio Villar Senin Date: Fri, 15 Feb 2008 16:43:21 +0000 (+0000) Subject: Added a comment X-Git-Tag: git_migration_finished~1669 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=c29de8d600521b285bceb55f16c24fea087f12ae;hp=d9dc4e2f6f3fa6148212b17a37a4a555d9514fea Added a comment pmo-trunk-r4189 --- diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 5abe6f3..adb6158 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -1824,6 +1824,10 @@ modest_platform_run_certificate_confirmation_dialog (const gchar* server_name, gchar *question = g_strdup_printf (_("mcen_nc_unknown_certificate"), server_name); + /* We use GTK_RESPONSE_APPLY because we want the button in the + middle of OK and CANCEL the same as the browser does for + example. With GTK_RESPONSE_HELP the view button is aligned + to the left while the other two to the right */ note = hildon_note_new_confirmation_add_buttons ( GTK_WINDOW(main_win), question,