]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/client_menu.c
use the stock shownig method for the client menu for now, makes it pop up under the...
[chaz/openbox] / plugins / menu / client_menu.c
index 7e15f3f9c5db0978995a009675abdfad91bab5ca..50ebc7cf6fa379bad2f1f81b3b3af55e3d10381f 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;
This page took 0.021926 seconds and 4 git commands to generate.