From 3fc68b481960ed6df3eed204eb2acb8a7c652d54 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 6 Aug 2015 10:51:39 +0200 Subject: Gtk3: Set push_in to FALSE We already do this for the same function in libmate-panel-applet. Thanks to luke on the forums. fixes #330 --- mate-panel/applet.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mate-panel') diff --git a/mate-panel/applet.c b/mate-panel/applet.c index 201459e7..d2d8e5d8 100644 --- a/mate-panel/applet.c +++ b/mate-panel/applet.c @@ -673,7 +673,11 @@ mate_panel_applet_position_menu (GtkMenu *menu, *x = menu_x; *y = menu_y; +#if GTK_CHECK_VERSION (3, 0, 0) + *push_in = FALSE; +#else *push_in = TRUE; +#endif } static void -- cgit v1.2.1