From 9e98dc9bd9b0b17656a99ad90f32fea035e6e61a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 20 Jun 2009 09:41:37 -0400 Subject: =?UTF-8?q?Bug=20586343=20=E2=80=93=20Search=20folder=20delete=20c?= =?UTF-8?q?onfirmation=20missing=20check=20box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail/e-mail-reader-utils.c | 1 + 1 file changed, 1 insertion(+) 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)); -- cgit v1.2.3