diff options
Diffstat (limited to 'mate-panel/panel-background.c')
-rw-r--r-- | mate-panel/panel-background.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-panel/panel-background.c b/mate-panel/panel-background.c index ecfc7c1e..d346a4f2 100644 --- a/mate-panel/panel-background.c +++ b/mate-panel/panel-background.c @@ -104,7 +104,6 @@ void panel_background_apply_css (GtkWidget* widget, PanelBackground *background) context = gtk_widget_get_style_context (widget); effective_type = panel_background_effective_type (background); - gtk_widget_reset_style (widget); switch (effective_type) { case PANEL_BACK_NONE: |