[evolution-patches] fix for bug #42024



http://bugzilla.ximian.com/show_bug.cgi?id=42024

trivial fix... just changed the dialog to use the GTK_MESSAGE_QUESTION
type rather than GTK_MESSAGE_ERROR

Jeff

-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.534
diff -u -r1.534 ChangeLog
--- ChangeLog	28 Apr 2003 15:58:43 -0000	1.534
+++ ChangeLog	28 Apr 2003 17:42:41 -0000
@@ -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
Index: e-msg-composer.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer.c,v
retrieving revision 1.390
diff -u -r1.390 e-msg-composer.c
--- e-msg-composer.c	24 Apr 2003 01:57:46 -0000	1.390
+++ e-msg-composer.c	28 Apr 2003 17:42:42 -0000
@@ -1384,7 +1384,7 @@
 
 		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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]