summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/menu/client_menu.c2
1 files changed, 1 insertions, 1 deletions
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;