[Xfce4-commits] [xfce/xfdesktop] 02/03: Don't chain up style_set (Bug 10788)

noreply at xfce.org noreply at xfce.org
Thu Apr 3 15:42:07 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 5dddbd5a3d96ac876ae8096303c298e3b2bf09a1
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Wed Apr 2 19:48:41 2014 +0300

    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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list