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

« back to all changes in this revision

Viewing changes to debian/patches/0012-Disable-Notification-area-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: Iain Lane <laney@ubuntu.com>
 
2
Date: Mon, 23 Jan 2012 23:05:20 +0800
 
3
Subject: Disable Notification area extension by default
 
4
 
 
5
---
 
6
 .../Banshee.NotificationArea.addin.xml             |    2 +-
 
7
 1 files changed, 1 insertions(+), 1 deletions(-)
 
8
 
 
9
diff --git a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
 
10
index 003afb0..abdcf48 100644
 
11
--- a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
 
12
+++ b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
 
13
@@ -9,7 +9,7 @@
 
14
     description="Display an icon in the notification area for controlling Banshee."
 
15
     author="Aaron Bockover, Sebastian Dröge, Alexander Hixon, Gabriel Burt, Ruben Vermeersch"
 
16
     url="http://banshee.fm/"
 
17
-    defaultEnabled="true">
 
18
+    defaultEnabled="false">
 
19
 
 
20
   <Dependencies>
 
21
     <Addin id="Banshee.Services" version="1.0"/>
 
22
--