diff options
author | Ted Gould <ted@gould.cx> | 2014-09-23 11:05:43 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-09-23 11:05:43 -0500 |
commit | 92f7e3b4b41ff61742e42485ff1b7fd27c4ed449 (patch) | |
tree | fffb99f7feee7aa3eb78984e1caaea7be8c4e671 /data | |
parent | 4b0ce78d9b66ae752d55d3ba7405d6bd3e87408c (diff) | |
download | ayatana-indicator-sound-92f7e3b4b41ff61742e42485ff1b7fd27c4ed449.tar.gz ayatana-indicator-sound-92f7e3b4b41ff61742e42485ff1b7fd27c4ed449.tar.bz2 ayatana-indicator-sound-92f7e3b4b41ff61742e42485ff1b7fd27c4ed449.zip |
Drop the GSettings key and change the way we're interacting with the accounts service setting
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index c34dfd6..102a1db 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -48,14 +48,5 @@ Whether or not to show the sound indicator in the menu bar. </description> </key> - <key name="greeter-export" type="b"> - <default>true</default> - <summary>Whether or not to export the currently playing song to the greeter.</summary> - <description> - If enabled the sound indicator will export the current player and - song to the greeter so that it can be shown if the user is selected - and the sound menu is shown. - </description> - </key> </schema> </schemalist> |