diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-23 11:26:54 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-23 11:26:54 +0000 |
commit | 6e61d86ba202b5c7ef939970a74be13c6bcc2d20 (patch) | |
tree | 621783989b7e51583c8462139ea844d76572d70f /data | |
parent | 6d49a88f63282e4171d82b96177ecd9ca5441f1c (diff) | |
download | ayatana-indicator-sound-6e61d86ba202b5c7ef939970a74be13c6bcc2d20.tar.gz ayatana-indicator-sound-6e61d86ba202b5c7ef939970a74be13c6bcc2d20.tar.bz2 ayatana-indicator-sound-6e61d86ba202b5c7ef939970a74be13c6bcc2d20.zip |
default gsettings now set to banshee to reflect the players desktop id change and voip widget low icon name corrected
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 |