aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-20 21:41:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-20 21:41:37 +0800
commit9e98dc9bd9b0b17656a99ad90f32fea035e6e61a (patch)
treee8d7cef0d434c0120464b8517487f14abe1e906c /mail/e-mail-reader-utils.c
parent7d98f48c246dd3024f4f093ca4249c993286ee36 (diff)
downloadgsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.tar
gsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.tar.gz
gsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.tar.bz2
gsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.tar.lz
gsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.tar.xz
gsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.tar.zst
gsoc2013-evolution-9e98dc9bd9b0b17656a99ad90f32fea035e6e61a.zip
Bug 586343 – Search folder delete confirmation missing check box
Diffstat (limited to 'mail/e-mail-reader-utils.c')
-rw-r--r--mail/e-mail-reader-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-reader-utils.c b/mail/e-mail-reader-utils.c
index 79144211c4..f0999be97e 100644
--- a/mail/e-mail-reader-utils.c
+++ b/mail/e-mail-reader-utils.c
@@ -109,6 +109,7 @@ e_mail_reader_confirm_delete (EMailReader *reader)
check_button = gtk_check_button_new_with_label (label);
gtk_box_pack_start (
GTK_BOX (content_area), check_button, TRUE, TRUE, 6);
+ gtk_widget_show (check_button);
response = gtk_dialog_run (GTK_DIALOG (dialog));