[evolution/kill-bonobo] Bug 586343 – Search folder delete confirmation missing check box
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution/kill-bonobo] Bug 586343 – Search folder delete confirmation missing check box
- Date: Sat, 20 Jun 2009 09:43:33 -0400 (EDT)
commit 9e98dc9bd9b0b17656a99ad90f32fea035e6e61a
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jun 20 09:41:37 2009 -0400
Bug 586343 â?? Search folder delete confirmation missing check box
mail/e-mail-reader-utils.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/mail/e-mail-reader-utils.c b/mail/e-mail-reader-utils.c
index 7914421..f0999be 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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]