summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-04-26 03:35:14 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-04-26 03:35:14 -0400
commitfacb213a9837cef67b30e33002085febe5e4bc34 (patch)
tree5d89cee0b13e0145efc4b8032bcd79186ee14c2f /data
parent3286d3955b335b72b3e6f960c71ba053fc0d1d7a (diff)
Rename NeedsAttention to AttentionNeeded and draw warning icon in panel if set
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'data')
-rw-r--r--data/dbus-interfaces.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index 322e552..2c95608 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -54,14 +54,14 @@
-->
<property name="Id" type="s" access="read"/>
- <!-- NeedsAttention: Set to TRUE if the account is in need of attention.
+ <!-- AttentionNeeded: Set to TRUE if the account is in need of attention.
This is used when a human operator is needed to service the
account (e.g. for authentication and/or authorization). It is
- typically raises if an application fails to obtain an access
+ e.g. set to TRUE if an application fails to obtain an access
token.
-->
- <property name="NeedsAttention" type="b" access="read"/>
+ <property name="AttentionNeeded" type="b" access="read"/>
<!-- Name: A human-readable description for the account.