diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 19:53:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-03 23:40:13 +0800 |
commit | b95e110b946c39a05dc68553268b93d5913b3541 (patch) | |
tree | 466d090c71cedd0092141638b6e64334d4b9974c /mail/mail.error.xml | |
parent | 3ed728c12cde9010f2640b0d8d616dcfc74548bb (diff) | |
download | gsoc2013-evolution-b95e110b946c39a05dc68553268b93d5913b3541.tar.gz gsoc2013-evolution-b95e110b946c39a05dc68553268b93d5913b3541.tar.zst gsoc2013-evolution-b95e110b946c39a05dc68553268b93d5913b3541.zip |
Remove "modal" attribute from error.xml files.
The "modal" attribute is ignored nowadays anyway, but these should have
never been modal to begin with.
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 5361ed974a..97ffc80018 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -276,14 +276,14 @@ Many email systems add an Apparently-To header to messages that only have BCC re <_secondary xml:space="preserve">You may not create two accounts with the same name.</_secondary> </error> - <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO" modal="true"> + <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete this account?</_primary> <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary> <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true"> + <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete this account and all its proxies?</_primary> <_secondary xml:space="preserve">If you proceed, the account information and all proxy information will be deleted permanently.</_secondary> @@ -291,7 +291,7 @@ all proxy information will be deleted permanently.</_secondary> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="ask-delete-proxy-accounts" type="question" default="GTK_RESPONSE_NO" modal="true"> + <error id="ask-delete-proxy-accounts" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to disable this account and delete all its proxies?</_primary> <_secondary xml:space="preserve">If you proceed, all proxy accounts will be deleted permanently.</_secondary> <button _label="Do _Not Disable" response="GTK_RESPONSE_NO"/> |