From 53a581e0c642db8d160fc9f2a490b2d3178a704e Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Wed, 2 Apr 2014 19:48:41 +0300 Subject: [PATCH] Don't chain up style_set (Bug 10788) Chaining up the style_set function causes the background to disappear on theme changes. --- src/xfce-desktop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c index a3c7bf2..14bdb90 100644 --- a/src/xfce-desktop.c +++ b/src/xfce-desktop.c @@ -1318,8 +1318,6 @@ xfce_desktop_style_set(GtkWidget *w, GtkStyle *old_style) (GSourceFunc)style_refresh_cb, w, NULL); - - GTK_WIDGET_CLASS(xfce_desktop_parent_class)->style_set(w, old_style); } static void -- 1.9.1