From 22da095abd8c28741f3ef64aebc1facf0263d95e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 2 Feb 2012 09:15:51 +0100 Subject: tasklist: Don't ask for menus to be pushed in That is really only useful for combo boxes. (based on similar commit in gnome-panel) --- libwnck/tasklist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c index 2eb1766..0ce0031 100644 --- a/libwnck/tasklist.c +++ b/libwnck/tasklist.c @@ -2568,7 +2568,7 @@ wnck_task_position_menu (GtkMenu *menu, *x = menu_xpos; *y = menu_ypos; - *push_in = TRUE; + *push_in = FALSE; } static gboolean -- cgit v1.2.1