[libwnck] tasklist: Don't ask for menus to be pushed in



commit 22da095abd8c28741f3ef64aebc1facf0263d95e
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Feb 2 09:15:51 2012 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]