diff options
-rw-r--r-- | composer/ChangeLog | 6 | ||||
-rw-r--r-- | composer/mail-composer-errors.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index e678d573a8..cc65235821 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2005-03-16 Not Zed <NotZed@Ximian.com> + + ** See bug #73347 + + * mail-composer-errors.xml: set the default for auto-recover. + 2005-03-15 Hans Petter Jansson <hpj@novell.com> * e-msg-composer.c (setup_cut_copy_paste): Set up c/c/p for To: Cc: diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml index 1a52225ca3..25018074dd 100644 --- a/composer/mail-composer-errors.xml +++ b/composer/mail-composer-errors.xml @@ -20,7 +20,7 @@ <secondary>Because "{1}".</secondary> </error> - <error id="recover-autosave" type="question"> + <error id="recover-autosave" type="question" default="GTK_RESPONSE_YES"> <title>Unfinished messages found</title> <primary>Do you want to recover unfinished messages?</primary> <secondary>Evolution quit unexpectedly while you were composing a new message. Recovering the message will allow you to continue where you left off.</secondary> |