aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog3
-rw-r--r--composer/mail-composer-errors.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 2b110d5426..e6c73febcd 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,8 @@
2004-05-18 Not Zed <NotZed@Ximian.com>
+ * mail-composer-errors.xml: set the default for exit-unsaved to
+ save, as in 1.4. #57995.
+
* e-msg-composer-hdrs.c (post_browser_clicked_cb): fix for folder
selector api change.
diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml
index 2e8defb1a7..96ace3dd7b 100644
--- a/composer/mail-composer-errors.xml
+++ b/composer/mail-composer-errors.xml
@@ -28,7 +28,7 @@
<secondary>Error saving to autosave because &quot;{1}&quot;.</secondary>
</error>
- <error id="exit-unsaved" modal="true" type="warning">
+ <error id="exit-unsaved" modal="true" type="warning" default="GTK_RESPONSE_YES">
<title>Warning: Modified Message</title>
<primary>Are you sure you want to discard the message, titled '{0}', you are composing?</primary>
<secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</secondary>