diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-01 00:28:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-01 00:28:29 +0800 |
commit | 75be8d77019b08759864d4405dbdbcbfef98ced5 (patch) | |
tree | 1afb0410e183cd5c1ec18458aa1cb7e3e66e101e /composer | |
parent | 4674fb54872a093b9e116de91e7122c42be735fa (diff) | |
download | gsoc2013-evolution-75be8d77019b08759864d4405dbdbcbfef98ced5.tar.gz gsoc2013-evolution-75be8d77019b08759864d4405dbdbcbfef98ced5.tar.zst gsoc2013-evolution-75be8d77019b08759864d4405dbdbcbfef98ced5.zip |
Bug 659486 - EAlert default response is ignored by EAlertDialog
Diffstat (limited to 'composer')
-rw-r--r-- | composer/mail-composer.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index 7398f17442..0f6f11d429 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -35,7 +35,7 @@ <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> - <error id="exit-unsaved" type="warning" default="GTK_RESPONSE_YES"> + <error id="exit-unsaved" type="warning" default="GTK_RESPONSE_CANCEL"> <_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> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> |