From c29de8d600521b285bceb55f16c24fea087f12ae Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Fri, 15 Feb 2008 16:43:21 +0000 Subject: [PATCH] Added a comment pmo-trunk-r4189 --- src/maemo/modest-platform.c | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 1.7.9.5