aboutsummaryrefslogtreecommitdiffstats
path: root/modules/offline-alert
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-22 07:51:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-22 13:12:36 +0800
commit451179909849e4e4058180f095e6ae889d97b797 (patch)
tree278c57be55a2c51c52b577f512d33b686d593390 /modules/offline-alert
parent5fabd29bd2580bbe479034634b405abfa36bb500 (diff)
downloadgsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.tar
gsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.tar.gz
gsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.tar.bz2
gsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.tar.lz
gsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.tar.xz
gsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.tar.zst
gsoc2013-evolution-451179909849e4e4058180f095e6ae889d97b797.zip
EAlertBar: Add a close button to all alerts.
Replaces the 'Dismiss' button. All alerts appearing in an alert bar should be dismissable (i.e. non-modal). For modal alerts use a dialog.
Diffstat (limited to 'modules/offline-alert')
-rw-r--r--modules/offline-alert/evolution-offline-alert.error.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/offline-alert/evolution-offline-alert.error.xml b/modules/offline-alert/evolution-offline-alert.error.xml
index a6362da42e..782ee8d635 100644
--- a/modules/offline-alert/evolution-offline-alert.error.xml
+++ b/modules/offline-alert/evolution-offline-alert.error.xml
@@ -3,11 +3,9 @@
<error id="offline" type="info">
<_primary>Evolution is currently offline.</_primary>
<_secondary>Click 'Work Online' to return to online mode.</_secondary>
- <button _label="_Dismiss" response="GTK_RESPONSE_OK"/>
</error>
<error id="no-network" type="info">
<_primary>Evolution is currently offline due to a network outage.</_primary>
<_secondary>Evolution will return to online mode once a network connection is established.</_secondary>
- <button _label="_Dismiss" response="GTK_RESPONSE_OK"/>
</error>
</error-list>