diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-16 02:19:41 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-02-16 02:19:41 +0800 |
commit | 23e3079db1c9343a89b2b80e1762e5c9597af8a5 (patch) | |
tree | 1d5c2976bec30229302459f3b2339da97aa24595 /mail | |
parent | 0c896647968a54cb1e90cb6f2f97e1889b83dd11 (diff) | |
download | gsoc2013-evolution-23e3079db1c9343a89b2b80e1762e5c9597af8a5.tar.gz gsoc2013-evolution-23e3079db1c9343a89b2b80e1762e5c9597af8a5.tar.zst gsoc2013-evolution-23e3079db1c9343a89b2b80e1762e5c9597af8a5.zip |
Slightly nicer EAlertDialog after move to gtk3
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index ad75c4829f..cea8871887 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -151,9 +151,8 @@ em_utils_prompt_user (GtkWindow *parent, if (promptkey) { check = gtk_check_button_new_with_mnemonic (_("_Do not show this message again")); - gtk_container_set_border_width ((GtkContainer *)check, 12); container = gtk_dialog_get_content_area (GTK_DIALOG (mbox)); - gtk_box_pack_start (GTK_BOX (container), check, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (container), check, FALSE, FALSE, 0); gtk_widget_show (check); } |