From c14023e3713eb8d53a2426124e3d7907479d3ecb Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 24 Mar 2016 23:56:22 -0400 Subject: GTK 3.18:Apply panelplug rework panel-plug.c Changing the panel background handling (from gnome-panel) for GTK 3.18 requires that the panelplug changes from gnome-panel also be applied or applets can mismatch the panel toplevel when an alpha value is present --- libmate-panel-applet/panel-plug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmate-panel-applet/panel-plug.c') diff --git a/libmate-panel-applet/panel-plug.c b/libmate-panel-applet/panel-plug.c index 5b0e366c..78ae9d5e 100644 --- a/libmate-panel-applet/panel-plug.c +++ b/libmate-panel-applet/panel-plug.c @@ -16,7 +16,7 @@ */ #include -#if GTK_CHECK_VERSION (3, 19, 0) && GLIB_CHECK_VERSION (2, 44, 0) +#if GTK_CHECK_VERSION (3, 18, 0) && GLIB_CHECK_VERSION (2, 44, 0) #include "config.h" #include "panel-plug-private.h" -- cgit v1.2.1