diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-01-13 13:34:58 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-01-13 13:34:58 +0000 |
commit | 275f2ee62bc5d7387a4d66522b42f6fbc871dd51 (patch) | |
tree | f130d47b8f8d169fd65c1be0b4b67ab6fc0f78ca /data | |
parent | f09e4b82b35c5bbee28b93dbbf7b7af43308a511 (diff) | |
parent | 1c6998b43f5bc0ea04b7285b2687b1b73393efd4 (diff) | |
download | ayatana-indicator-sound-275f2ee62bc5d7387a4d66522b42f6fbc871dd51.tar.gz ayatana-indicator-sound-275f2ee62bc5d7387a4d66522b42f6fbc871dd51.tar.bz2 ayatana-indicator-sound-275f2ee62bc5d7387a4d66522b42f6fbc871dd51.zip |
make rhythmbox the default app
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 |