use the stock shownig method for the client menu for now, makes it pop up under the...
authorDana Jansens <danakj@orodu.net>
Wed, 25 Jun 2003 18:41:40 +0000 (18:41 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 25 Jun 2003 18:41:40 +0000 (18:41 +0000)
plugins/menu/client_menu.c

index 7e15f3f..50ebc7c 100644 (file)
@@ -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;