diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-04-04 11:55:31 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-04-04 11:55:31 +0100 |
commit | 15c7802a9f753b0d06e7690ae24402644cd12bfe (patch) | |
tree | 80898a1623ab8093e04677431758f007fa84ef7c /data | |
parent | d265dea2d8208e83053f1c3694a7889146513f1b (diff) | |
download | ayatana-indicator-sound-15c7802a9f753b0d06e7690ae24402644cd12bfe.tar.gz ayatana-indicator-sound-15c7802a9f753b0d06e7690ae24402644cd12bfe.tar.bz2 ayatana-indicator-sound-15c7802a9f753b0d06e7690ae24402644cd12bfe.zip |
tweaked to handle banshee desktop name change now that is finally in natty
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 1e08269..dc63bcb 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-1' ]</default> + <default>[ 'banshee' ]</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 |