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 /calendar | |
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 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index af0d52a977..8318337f26 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"/> |