aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-18 17:13:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-18 17:13:35 +0800
commita2a2f0b03919f44d467d5a3ef30bda33d7ed28e8 (patch)
tree13d15f1da8c6e709f70be660b36598c022b0d9cd /composer
parentcf91b138f19465252fda5eeb1185e593ea851606 (diff)
downloadgsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.tar
gsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.tar.gz
gsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.tar.bz2
gsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.tar.lz
gsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.tar.xz
gsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.tar.zst
gsoc2013-evolution-a2a2f0b03919f44d467d5a3ef30bda33d7ed28e8.zip
set the default for exit-unsaved to save, as in 1.4. #57995.
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. svn path=/trunk/; revision=25957
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>