summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-widget.c')
-rw-r--r--mate-panel/panel-widget.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-panel/panel-widget.c b/mate-panel/panel-widget.c
index 79591ca5..9d162690 100644
--- a/mate-panel/panel-widget.c
+++ b/mate-panel/panel-widget.c
@@ -451,6 +451,10 @@ panel_widget_class_init (PanelWidgetClass *class)
container_class->add = panel_widget_cadd;
container_class->remove = panel_widget_cremove;
+
+#if GTK_CHECK_VERSION (3, 19, 0)
+ gtk_widget_class_set_css_name (widget_class, "PanelWidget");
+#endif
}
static void