aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-02-16 02:19:41 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:35 +0800
commit3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c (patch)
treea2fabb017338eb8046fca39f847be8d0b8fd549d /mail/em-utils.c
parent0d27f00de3d811c8bea261a39dd5f9cf3b1b3895 (diff)
downloadgsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.tar
gsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.tar.gz
gsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.tar.bz2
gsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.tar.lz
gsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.tar.xz
gsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.tar.zst
gsoc2013-evolution-3c6cc7e1a7b2cf2af50c4d7372ae95d4f2ca690c.zip
Slightly nicer EAlertDialog after move to gtk3
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c3
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);
}