diff options
author | Ted Gould <ted@gould.cx> | 2014-02-21 12:11:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-21 12:11:02 -0600 |
commit | 6974a81bd969f97fb685ea021af4d1406fa13679 (patch) | |
tree | 5830c37e1e382895c5862c7c66396cac654f5ef3 /data | |
parent | 10757562302a8b757d10d3106513e440914a0a84 (diff) | |
download | ayatana-indicator-sound-6974a81bd969f97fb685ea021af4d1406fa13679.tar.gz ayatana-indicator-sound-6974a81bd969f97fb685ea021af4d1406fa13679.tar.bz2 ayatana-indicator-sound-6974a81bd969f97fb685ea021af4d1406fa13679.zip |
Make sure to timestamp our updates
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.AccountsService.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.AccountsService.xml b/data/com.canonical.indicator.sound.AccountsService.xml index 1651a43..fb7e96f 100644 --- a/data/com.canonical.indicator.sound.AccountsService.xml +++ b/data/com.canonical.indicator.sound.AccountsService.xml @@ -12,6 +12,9 @@ <annotation name="org.freedesktop.Accounts.Authentication.ChangeAny" value="com.canonical.indicator.sound.AccountsService.ModifyAnyUser"/> + <property name="Timestamp" type="t" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/> + </property> <property name="PlayerName" type="s" access="readwrite"> <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> </property> |