~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to debian/patches/0013-Enable-sound-menu-extension-by-default.patch

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-01-23 23:16:49 UTC
  • mfrom: (6.3.22 experimental)
  • Revision ID: package-import@ubuntu.com-20120123231649-safm1f8eycltcgsf
Tags: 2.3.4.ds-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and suggest u1ms
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"
* [b617fe0] Convert Ubuntu-specific patches to gbp-pq patches
* Also fixes Launchpad bugs:
  - Fixes race condition while starting (LP: #766303)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Chow Loong Jin <hyperair@debian.org>
 
2
Date: Mon, 23 Jan 2012 23:05:20 +0800
 
3
Subject: Enable sound menu extension by default
 
4
 
 
5
---
 
6
 .../Banshee.SoundMenu/Banshee.SoundMenu.addin.xml  |    2 +-
 
7
 1 files changed, 1 insertions(+), 1 deletions(-)
 
8
 
 
9
diff --git a/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml b/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml
 
10
index 0765109..a8f5e82 100644
 
11
--- a/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml
 
12
+++ b/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml
 
13
@@ -9,7 +9,7 @@
 
14
     description="Control Banshee from the Sound Menu."
 
15
     author="Bertrand Lorentz"
 
16
     url="http://banshee-project.org/"
 
17
-    defaultEnabled="false">
 
18
+    defaultEnabled="true">
 
19
 
 
20
   <Dependencies>
 
21
     <Addin id="Banshee.Services" version="1.0"/>
 
22
--