aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index e42387a0d6..4a074b9a1f 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -665,7 +665,8 @@ do_get_accept (struct _mail_msg *mm)
dialog = gnome_dialog_new (_("Do you accept?"),
GNOME_STOCK_BUTTON_YES,
- GNOME_STOCK_BUTTON_NO);
+ GNOME_STOCK_BUTTON_NO,
+ NULL);
gnome_dialog_set_default (GNOME_DIALOG (dialog), 1);
label = gtk_label_new (m->prompt);