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

« back to all changes in this revision

Viewing changes to debian/patches/0006-Enable-MPRIS-extension-by-default.patch

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-08-24 02:25:28 UTC
  • mfrom: (1.15.10) (6.4.26 sid)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20120824022528-17uu5u9yfheko50h
Tags: 2.5.0-1
* [2fb3583] Imported Upstream version 2.5.0
* [40793f9] Refresh patches and drop upstreamed Fix-FTBFS….patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Chow Loong Jin <hyperair@debian.org>
2
 
Date: Fri, 20 Jan 2012 23:14:39 +0800
3
 
Subject: Enable MPRIS extension by default
4
 
 
5
 
---
6
 
 .../Banshee.Mpris/Banshee.Mpris.addin.xml          |    2 +-
7
 
 1 files changed, 1 insertions(+), 1 deletions(-)
8
 
 
9
 
diff --git a/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml b/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml
10
 
index a97cfd1..730cbb0 100644
11
 
--- a/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml
12
 
+++ b/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml
13
 
@@ -8,7 +8,7 @@
14
 
     description="Control Banshee using the MPRIS D-Bus interface."
15
 
     author="John Millikin, Bertrand Lorentz"
16
 
     category="Utilities"
17
 
-    defaultEnabled="false">
18
 
+    defaultEnabled="true">
19
 
 
20
 
   <Dependencies>
21
 
     <Addin id="Banshee.Services" version="1.0" />