diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-23 17:35:20 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-23 17:35:20 +0000 |
commit | 3065267957ff345f4289dbfadfc29ee4cb3beb3e (patch) | |
tree | 8e9585918a424a6798e4be0598960280bc1b1e08 /data | |
parent | fb3a829f4bca4f16c51cb5305b941928296c52a7 (diff) | |
download | ayatana-indicator-sound-3065267957ff345f4289dbfadfc29ee4cb3beb3e.tar.gz ayatana-indicator-sound-3065267957ff345f4289dbfadfc29ee4cb3beb3e.tar.bz2 ayatana-indicator-sound-3065267957ff345f4289dbfadfc29ee4cb3beb3e.zip |
revert the banshee desktop id change because the new version won't make beta
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicators.sound.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/com.canonical.indicators.sound.gschema.xml b/data/com.canonical.indicators.sound.gschema.xml index dc63bcb..1e08269 100644 --- a/data/com.canonical.indicators.sound.gschema.xml +++ b/data/com.canonical.indicators.sound.gschema.xml @@ -11,7 +11,7 @@ </key> <key name="interested-media-players" type="as"> <summary>A list of applications which at some point have registered with the sound menu</summary> - <default>[ 'banshee' ]</default> + <default>[ 'banshee-1' ]</default> <description> Each media player which abides by the MPRIS2 spec will automatically appear in the menu. This array should contain the desktop file names (minus .desktop suffix) of applications which |