From 487c0a4a082d91523e1518411375b0a0229eb1b4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Jun 2003 18:41:40 +0000 Subject: [PATCH] use the stock shownig method for the client menu for now, makes it pop up under the cursor so a click-release works like expected --- plugins/menu/client_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/menu/client_menu.c b/plugins/menu/client_menu.c index 7e15f3f9..50ebc7cf 100644 --- a/plugins/menu/client_menu.c +++ b/plugins/menu/client_menu.c @@ -77,7 +77,7 @@ void plugin_destroy (Menu *m) void *plugin_create() /* TODO: need config */ { Menu *m = menu_new_full(NULL, "client-menu", NULL, - client_menu_show, NULL); + /*client_menu_show*/NULL, NULL); menu_add_entry(m, menu_entry_new_submenu("Send To Workspace", send_to_menu)); send_to_menu->parent = m; -- 2.39.2