]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.c
add libSM *client* support, so we should work with gnome-session now!
[chaz/openbox] / openbox / menu.c
index caf3887b69ffff432ab9d97aba7e2ce25f2653ee..a02cda9d61f304376bdaf6ac7b60b659938b54e8 100644 (file)
@@ -72,7 +72,7 @@ void menu_startup()
     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.020742 seconds and 4 git commands to generate.