summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/mate-panel-applet.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-07 22:41:45 +0200
committerraveit65 <[email protected]>2018-08-07 22:41:45 +0200
commit0e32e29fcc1dfda6b8764c7a7fda11aa9830065e (patch)
tree2549105e30edeaf5d934cefb14028eaf9a50f28f /libmate-panel-applet/mate-panel-applet.c
parent31930d0b39b3bf26bcc53b2c20e61ecd4779f397 (diff)
downloadmate-panel-0e32e29fcc1dfda6b8764c7a7fda11aa9830065e.tar.bz2
mate-panel-0e32e29fcc1dfda6b8764c7a7fda11aa9830065e.tar.xz
Change GTK_CHECK_VERSION to match next gtk+ release
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet.c')
-rw-r--r--libmate-panel-applet/mate-panel-applet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c
index 0bbd9e6e..4ddaa795 100644
--- a/libmate-panel-applet/mate-panel-applet.c
+++ b/libmate-panel-applet/mate-panel-applet.c
@@ -1059,7 +1059,7 @@ mate_panel_applet_get_preferred_width (GtkWidget *widget,
minimum_width,
natural_width);
-#if !GTK_CHECK_VERSION (3, 22, 31)
+#if !GTK_CHECK_VERSION (3, 23, 0)
MatePanelApplet *applet = MATE_PANEL_APPLET (widget);
if (applet->priv->out_of_process) {
/* Out-of-process applets end up scaled up doubly with GTK 3.22.
@@ -1083,7 +1083,7 @@ mate_panel_applet_get_preferred_height (GtkWidget *widget,
minimum_height,
natural_height);
-#if !GTK_CHECK_VERSION (3, 22, 31)
+#if !GTK_CHECK_VERSION (3, 23, 0)
MatePanelApplet *applet = MATE_PANEL_APPLET (widget);
if (applet->priv->out_of_process) {
gint scale;