summaryrefslogtreecommitdiffstats
path: root/kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch
blob: 075cd080f0a861910ee9ddc5ce89ac0a6e138b04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff -urN oxygen-gtk3-1.3.1/src/oxygenthemingengine.cpp oxygen-gtk3-1.3.1-patched/src/oxygenthemingengine.cpp
--- oxygen-gtk3-1.3.1/src/oxygenthemingengine.cpp	2013-12-11 23:38:20.000000000 +1100
+++ oxygen-gtk3-1.3.1-patched/src/oxygenthemingengine.cpp	2013-12-17 23:11:11.684864006 +1100
@@ -493,13 +493,6 @@
 
             }
 
-        } else if( gtk_theming_engine_has_class( engine, GTK_STYLE_CLASS_LIST_ROW ) ) {
-
-            GtkStateFlags state( gtk_theming_engine_get_state( engine ) );
-            StyleOptions options( widget, state );
-            if( options & (Selected|Hover) )
-            { Style::instance().renderSelection( context, x, y, w, h, TileSet::Horizontal, options ); }
-
         } else if(
             gtk_theming_engine_has_class( engine, GTK_STYLE_CLASS_SPINBUTTON ) &&
             !gtk_theming_engine_has_class( engine, GTK_STYLE_CLASS_ENTRY ) )
@@ -507,10 +500,7 @@
 
             return;
 
-        } else if(
-            gtk_theming_engine_has_class( engine, GTK_STYLE_CLASS_TOOLBAR ) ||
-            gtk_widget_path_is_type( path, GTK_TYPE_HEADER_BAR ) )
-         {
+        } else if( gtk_theming_engine_has_class( engine, GTK_STYLE_CLASS_TOOLBAR ) ) {
 
             // render background
             if( !Gtk::gtk_widget_is_applet( widget ) )