[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix Gtk+3 version in ifdef
noreply at xfce.org
noreply at xfce.org
Tue Jan 2 21:40:14 CET 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 5c007a74b773057bf26b16a58973fca4406b2295
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Jan 2 21:40:01 2018 +0100
Fix Gtk+3 version in ifdef
---
plugins/windowmenu/windowmenu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c
index 87cded7..67e1582 100644
--- a/plugins/windowmenu/windowmenu.c
+++ b/plugins/windowmenu/windowmenu.c
@@ -943,7 +943,7 @@ window_menu_plugin_menu_window_item_activate (GtkWidget *mi,
g_signal_connect (G_OBJECT (menu), "selection-done",
G_CALLBACK (window_menu_plugin_menu_actions_selection_done),
gtk_widget_get_parent (mi));
-#if GTK_CHECK_VERSION (3, 20, 0)
+#if GTK_CHECK_VERSION (3, 22, 0)
gtk_menu_popup_at_widget (GTK_MENU (menu), mi,
GDK_GRAVITY_SOUTH,
GDK_GRAVITY_NORTH_WEST,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list