[banshee] MediaPanel: disabling MediaPanel's theme



commit 82b7d9d3e68ddda8663771e1458310876ad34f4c
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sun Oct 27 02:19:13 2013 +0200

    MediaPanel: disabling MediaPanel's theme
    
    Since commit[1] happened, whole Banshee feels a bit more ugly and
    clunky, and it is because the MediaPanel extension changes the
    theme when it's loaded (even if it's not visible yet). This was
    clearly not intended.
    
    We should probably change it so it toggles between one theme or the
    other when MediaPanel is shown or hidden, but this theme doesn't
    look good either when showing the MediaPanel UI in Ubuntu's GTK3.
    
    It's very likely that this theme was very specific to Meego's
    rendering, so let's disable it for now, until someone has the
    energy to fix it.
    
    [1] https://git.gnome.org/browse/banshee/commit/?id=39dd08cd517300999ed3124691cbf8973887423d

 .../Banshee.MediaPanel/MediaPanelTheme.cs          |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelTheme.cs 
b/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelTheme.cs
index b0cf764..831c47e 100644
--- a/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelTheme.cs
+++ b/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelTheme.cs
@@ -38,7 +38,8 @@ namespace Banshee.MediaPanel
     {
         public MediaPanelThemeLoader ()
         {
-            Hyena.Gui.Theming.ThemeEngine.SetCurrentTheme<MediaPanelTheme> ();
+            //FIXME: this theme is heavily broken in Ubuntu's GTK3
+            //Hyena.Gui.Theming.ThemeEngine.SetCurrentTheme<MediaPanelTheme> ();
         }
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]