summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-21 18:41:01 +0300
committermonsta <[email protected]>2016-11-21 18:41:01 +0300
commitcd7c4c546fa230e78608c206502e9758eef22c54 (patch)
tree4a90c42bd82d79fc0827462711553f50e570c28e /mate-panel/panel-widget.c
parent9e5c593552795c283aec5fc61478794e6b2b4ae7 (diff)
downloadmate-panel-cd7c4c546fa230e78608c206502e9758eef22c54.tar.bz2
mate-panel-cd7c4c546fa230e78608c206502e9758eef22c54.tar.xz
check for stable release of GTK+3, not for development one
Diffstat (limited to 'mate-panel/panel-widget.c')
-rw-r--r--mate-panel/panel-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-widget.c b/mate-panel/panel-widget.c
index 39789cb3..d41ceefe 100644
--- a/mate-panel/panel-widget.c
+++ b/mate-panel/panel-widget.c
@@ -448,7 +448,7 @@ panel_widget_class_init (PanelWidgetClass *class)
widget_class->size_request = panel_widget_size_request;
#endif
widget_class->size_allocate = panel_widget_size_allocate;
-#if GTK_CHECK_VERSION (3, 19, 0)
+#if GTK_CHECK_VERSION (3, 20, 0)
gtk_widget_class_set_css_name (widget_class, "PanelWidget");
#endif
#if GTK_CHECK_VERSION (3, 18, 0)