summaryrefslogtreecommitdiffstats
path: root/kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch')
-rw-r--r--kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch b/kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch
deleted file mode 100644
index 075cd08..0000000
--- a/kde/patch/oxygen-gtk3/oxygen-gtk3-1.3.1_gtk3.8.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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 ) )