diff options
author | monsta <[email protected]> | 2016-11-21 18:41:01 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 18:41:01 +0300 |
commit | cd7c4c546fa230e78608c206502e9758eef22c54 (patch) | |
tree | 4a90c42bd82d79fc0827462711553f50e570c28e /libmate-panel-applet/panel-plug.c | |
parent | 9e5c593552795c283aec5fc61478794e6b2b4ae7 (diff) | |
download | mate-panel-cd7c4c546fa230e78608c206502e9758eef22c54.tar.bz2 mate-panel-cd7c4c546fa230e78608c206502e9758eef22c54.tar.xz |
check for stable release of GTK+3, not for development one
Diffstat (limited to 'libmate-panel-applet/panel-plug.c')
-rw-r--r-- | libmate-panel-applet/panel-plug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-panel-applet/panel-plug.c b/libmate-panel-applet/panel-plug.c index 836285f3..7360ddac 100644 --- a/libmate-panel-applet/panel-plug.c +++ b/libmate-panel-applet/panel-plug.c @@ -84,7 +84,7 @@ panel_plug_class_init (PanelPlugClass *plug_class) widget_class->draw = panel_plug_draw; widget_class->realize = panel_plug_realize; -#if GTK_CHECK_VERSION (3, 19, 0) +#if GTK_CHECK_VERSION (3, 20, 0) gtk_widget_class_set_css_name (widget_class, "PanelApplet"); #endif } |