[gnome-panel] panel: fix gnome-panel background



commit ce8b3fcb101d1795bb3ab99f767e60b44f4a08e8
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Aug 17 01:00:37 2013 +0300

    panel: fix gnome-panel background
    
    Closes bug https://bugzilla.gnome.org/show_bug.cgi?id=704203

 gnome-panel/panel-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel/panel-widget.c b/gnome-panel/panel-widget.c
index 8b27f69..d8e10b5 100644
--- a/gnome-panel/panel-widget.c
+++ b/gnome-panel/panel-widget.c
@@ -1573,8 +1573,8 @@ panel_widget_set_background_default_style (GtkWidget *widget)
 static void
 panel_widget_style_updated (GtkWidget *widget)
 {
-        panel_widget_set_background_default_style (widget);
         GTK_WIDGET_CLASS (panel_widget_parent_class)->style_updated (widget);
+        panel_widget_set_background_default_style (widget);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]