[evolution] Remove "modal" attribute from error.xml files.



commit b95e110b946c39a05dc68553268b93d5913b3541
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Jul 26 07:53:35 2012 -0400

    Remove "modal" attribute from error.xml files.
    
    The "modal" attribute is ignored nowadays anyway, but these should have
    never been modal to begin with.

 addressbook/addressbook.error.xml |   16 ++++++++--------
 calendar/calendar.error.xml       |    6 +++---
 mail/mail.error.xml               |    6 +++---
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml
index 207de9d..eb4ee5a 100644
--- a/addressbook/addressbook.error.xml
+++ b/addressbook/addressbook.error.xml
@@ -1,38 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <error-list domain="addressbook">
 
- <error id="ldap-init" type="error" modal="true">
+ <error id="ldap-init" type="error">
   <_primary>This address book could not be opened.</_primary>
   <_secondary>This address book server might be unreachable or the server name may be misspelled or your network connection could be down.</_secondary>
  </error>
 
- <error id="ldap-auth" type="error" modal="true">
+ <error id="ldap-auth" type="error">
   <_primary>Failed to authenticate with LDAP server.</_primary>
   <_secondary>Check to make sure your password is spelled correctly and that you are using a supported login method. Remember that many passwords are case sensitive; your caps lock might be on.</_secondary>
  </error>
 
- <error id="ldap-search-base" type="error" modal="true">
+ <error id="ldap-search-base" type="error">
   <_primary>This address book server does not have any suggested search bases.</_primary>
   <_secondary>This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases.</_secondary>
  </error>
 
- <error id="ldap-v3-schema" type="error" modal="true">
+ <error id="ldap-v3-schema" type="error">
   <_primary>This server does not support LDAPv3 schema information.</_primary>
  </error>
 
- <error id="ldap-get-schema" type="error" modal="true">
+ <error id="ldap-get-schema" type="error">
   <_primary>Could not get schema information for LDAP server.</_primary>
  </error>
 
- <error id="ldap-invalid-schema" type="error" modal="true">
+ <error id="ldap-invalid-schema" type="error">
   <_primary>LDAP server did not respond with valid schema information.</_primary>
  </error>
 
- <error id="remove-addressbook" type="error" modal="true">
+ <error id="remove-addressbook" type="error">
   <_primary>Could not remove address book.</_primary>
  </error>
 
- <error id="ask-delete-addressbook" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="ask-delete-addressbook" type="question" default="GTK_RESPONSE_CANCEL">
   <_primary>Delete address book '{0}'?</_primary>
   <_secondary>This address book will be removed permanently.</_secondary>
   <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index af0d52a..8318337 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -198,21 +198,21 @@
   <secondary>{0}.</secondary>
  </error>
 
- <error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="prompt-delete-calendar" type="question" default="GTK_RESPONSE_CANCEL">
   <_primary>Delete calendar '{0}'?</_primary>
   <_secondary>This calendar will be removed permanently.</_secondary>
   <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
   <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>
 
- <error id="prompt-delete-task-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="prompt-delete-task-list" type="question" default="GTK_RESPONSE_CANCEL">
   <_primary>Delete task list '{0}'?</_primary>
   <_secondary>This task list will be removed permanently.</_secondary>
   <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
   <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>
 
- <error id="prompt-delete-memo-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
+ <error id="prompt-delete-memo-list" type="question" default="GTK_RESPONSE_CANCEL">
   <_primary>Delete memo list '{0}'?</_primary>
   <_secondary>This memo list will be removed permanently.</_secondary>
   <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/>
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 5361ed9..97ffc80 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"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]