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

« back to all changes in this revision

Viewing changes to debian/patches/08_remove_unrelevant_media.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
 
Description: Don't show "media" in netbook interface as this is unrelevant in
2
 
             non meego interface
3
 
Bug: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/602759
4
 
 
5
 
Index: banshee/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs
6
 
===================================================================
7
 
--- banshee.orig/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs       2011-04-16 18:47:44.123536120 +0800
8
 
+++ banshee/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs    2011-04-16 18:48:34.613256082 +0800
9
 
@@ -71,7 +71,7 @@
10
 
             RedrawOnAllocate = true;
11
 
             AppPaintable = true;
12
 
 
13
 
-            BuildHeader ();
14
 
+            //BuildHeader ();
15
 
             BuildLibrary ();
16
 
             BuildNowPlaying ();
17
 
             ConnectEvents ();