Change the "would you like to recover unsaved drafts?" dialog a QUESTION

2003-04-28  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (autosave_manager_query_load_orphans): Change
	the "would you like to recover unsaved drafts?" dialog a QUESTION
	dialog rather than an ERROR dialog. Fixes bug #42024.

svn path=/trunk/; revision=21001
This commit is contained in:
Jeffrey Stedfast
2003-04-29 16:55:52 +00:00
committed by Jeffrey Stedfast
parent f921ed094e
commit 9391bb6d08
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-04-28 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (autosave_manager_query_load_orphans): Change
the "would you like to recover unsaved drafts?" dialog a QUESTION
dialog rather than an ERROR dialog. Fixes bug #42024.
2003-04-25 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (pixbuf_for_mime_type): If we

View File

@ -1384,7 +1384,7 @@ autosave_manager_query_load_orphans (AutosaveManager *am, GtkWindow *parent)
dialog = gtk_message_dialog_new(parent,
GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR, GTK_BUTTONS_YES_NO,
GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO,
_("Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"));
load = gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_YES;