summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmate-panel-applet/mate-panel-applet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c
index 7ec9bfb9..f759c681 100644
--- a/libmate-panel-applet/mate-panel-applet.c
+++ b/libmate-panel-applet/mate-panel-applet.c
@@ -1725,6 +1725,7 @@ mate_panel_applet_update_background_for_widget (GtkWidget *widge
_mate_panel_applet_reset_widget_style_properties (widget);
return;
}
+ properties = _mate_panel_applet_get_widget_style_properties (widget, TRUE);
#else
/* reset style */
gtk_widget_set_style (widget, NULL);