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 ) )