diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-23 15:18:40 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-23 15:18:40 +0000 |
commit | 32ce2336b99e5b482a2d20758e03ce2a52368a5f (patch) | |
tree | 8e1bbd9236a78bfef15122b5282b06a9858b6d88 /data/com.canonical.indicators.sound.gschema.xml | |
parent | 6d49a88f63282e4171d82b96177ecd9ca5441f1c (diff) | |
parent | 16ad03db951eb08a80041b7a0ed29f38db1a96f3 (diff) | |
download | ayatana-indicator-sound-32ce2336b99e5b482a2d20758e03ce2a52368a5f.tar.gz ayatana-indicator-sound-32ce2336b99e5b482a2d20758e03ce2a52368a5f.tar.bz2 ayatana-indicator-sound-32ce2336b99e5b482a2d20758e03ce2a52368a5f.zip |
fixed duplicate playlists, icons for playlists, name change on banshee id
Diffstat (limited to 'data/com.canonical.indicators.sound.gschema.xml')
-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 |