]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.c
set the required properties so that session managers see openbox
[chaz/openbox] / openbox / menu.c
index 8e2a8583f88f52085aedcfd4b2570fa5177c4958..a02cda9d61f304376bdaf6ac7b60b659938b54e8 100644 (file)
@@ -65,12 +65,14 @@ void menu_entry_free(MenuEntry *self)
 void menu_startup()
 {
     Menu *m;
+/*
     Menu *s;
     Menu *t;
+*/
     Action *a;
 
     menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal,
-                                      menu_destroy_hash_key,
+                                      (GDestroyNotify)menu_destroy_hash_key,
                                       (GDestroyNotify)menu_destroy_hash_value);
 
     m = menu_new("sex menu", "root", NULL);
This page took 0.025313 seconds and 4 git commands to generate.