diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-02-22 19:50:55 +0100 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-02-22 19:50:55 +0100 |
commit | ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78 (patch) | |
tree | 80521ced842b9c1c8b765c56ee9e08eb7916a8c8 /data | |
parent | de4abb7448d329f7e7c20e01f8b14f22627a69a3 (diff) | |
download | ayatana-indicator-sound-ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78.tar.gz ayatana-indicator-sound-ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78.tar.bz2 ayatana-indicator-sound-ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78.zip |
Changed last running player to user Accounts service
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index 8408883..06bfe74 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -59,10 +59,10 @@ <description> How long to remember a user's approval of the confirmation dialog discussed in the description of 'warning-volume-enabled'. - + The default value (72,000 seconds) corresponds to the 20 hours suggested by EU standard EN 60950-1/Al2: “The acknowledgement does not need to be repeated - more than once every 20 h of cumulative listening time.” + more than once every 20 h of cumulative listening time.” </description> </key> <key name="warning-volume-decibels" type="d"> @@ -102,16 +102,5 @@ </description> </key> - <key name="last-running-player" type="s"> - <default>""</default> - <summary>Stores which was the last running music player.</summary> - <description> - To make the last running player persistent and be able to set its playback controls - we store which was the last player running id. - - The default value ("") corresponds to no player. - </description> - </key> - </schema> </schemalist> |