[evolution] Bug 645545 - Attachment reminder dialog uses wrong expand
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 645545 - Attachment reminder dialog uses wrong expand
- Date: Thu, 24 Mar 2011 20:50:34 +0000 (UTC)
commit d5d651cf7885a2d61cb542a990f00489537224c2
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Mar 24 15:58:48 2011 -0400
Bug 645545 - Attachment reminder dialog uses wrong expand
plugins/attachment-reminder/attachment-reminder.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c
index 25b0ddb..723e8cf 100644
--- a/plugins/attachment-reminder/attachment-reminder.c
+++ b/plugins/attachment-reminder/attachment-reminder.c
@@ -115,9 +115,8 @@ ask_for_missing_attachment (EPlugin *ep, GtkWindow *window)
/*Check buttons*/
check = gtk_check_button_new_with_mnemonic (_("_Do not show this message again."));
- gtk_container_set_border_width ((GtkContainer *)check, 12);
content_area = gtk_dialog_get_content_area (dialog);
- gtk_box_pack_start (GTK_BOX (content_area), check, TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (content_area), check, FALSE, FALSE, 0);
gtk_widget_show (check);
response = gtk_dialog_run ((GtkDialog *) dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]