Remove the yes/no buttons. Fixes bug #39382.
2003-03-10 Jeffrey Stedfast <fejj@ximian.com> * mail-signature-editor.c (do_exit): Remove the yes/no buttons. Fixes bug #39382. svn path=/trunk/; revision=20246
This commit is contained in:
committed by
Jeffrey Stedfast
parent
a2ef1d7ccf
commit
4cebbd43b9
@ -1,5 +1,8 @@
|
||||
2003-03-10 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-signature-editor.c (do_exit): Remove the yes/no
|
||||
buttons. Fixes bug #39382.
|
||||
|
||||
* mail-accounts.c (account_able_toggled): New callback function to
|
||||
handle the checkbox getting toggled.
|
||||
(mail_accounts_treeview_new): Save the toggle renderer so we can
|
||||
|
||||
@ -178,7 +178,7 @@ do_exit (ESignatureEditor *editor)
|
||||
|
||||
dialog = gtk_message_dialog_new (GTK_WINDOW (editor->win),
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL,
|
||||
GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s",
|
||||
GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, "%s",
|
||||
_("This signature has been changed, but hasn't been saved.\n"
|
||||
"\nDo you wish to save your changes?"));
|
||||
gtk_dialog_add_buttons ((GtkDialog *) dialog,
|
||||
|
||||
Reference in New Issue
Block a user