diff options
author | lukefromdc <[email protected]> | 2016-03-24 23:56:22 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-25 11:01:42 +0100 |
commit | c14023e3713eb8d53a2426124e3d7907479d3ecb (patch) | |
tree | 489802f8ad35c6402f66e49d26a7bc3dec0b14c0 /libmate-panel-applet | |
parent | 0ac60dc13d55944c363eab68d5a34dcba326704a (diff) | |
download | mate-panel-c14023e3713eb8d53a2426124e3d7907479d3ecb.tar.bz2 mate-panel-c14023e3713eb8d53a2426124e3d7907479d3ecb.tar.xz |
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
Diffstat (limited to 'libmate-panel-applet')
-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 5b0e366c..78ae9d5e 100644 --- a/libmate-panel-applet/panel-plug.c +++ b/libmate-panel-applet/panel-plug.c @@ -16,7 +16,7 @@ */ #include <gtk/gtk.h> -#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" |