diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-01-13 13:04:08 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-01-13 13:04:08 +0000 |
commit | 1c6998b43f5bc0ea04b7285b2687b1b73393efd4 (patch) | |
tree | c14932a66b4e78ecf5a27e43bfec10e4d320fe82 /data | |
parent | 048fe88d783124358184248e33100caf9d6af82d (diff) | |
download | ayatana-indicator-sound-1c6998b43f5bc0ea04b7285b2687b1b73393efd4.tar.gz ayatana-indicator-sound-1c6998b43f5bc0ea04b7285b2687b1b73393efd4.tar.bz2 ayatana-indicator-sound-1c6998b43f5bc0ea04b7285b2687b1b73393efd4.zip |
revert to rhythmbox for the default player
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..f853367 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>[ 'rhythmbox' ]</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 |