make the client menu not have a title
authorDana Jansens <danakj@orodu.net>
Sat, 10 May 2003 16:03:06 +0000 (16:03 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 10 May 2003 16:03:06 +0000 (16:03 +0000)
openbox/menu.c

index 994a8a9..7d63b54 100644 (file)
@@ -120,7 +120,7 @@ void menu_startup()
 
     menu_add_entry(m, menu_entry_new_submenu("long", s));
 
-    m = menu_new("client menu", "client", NULL);
+    m = menu_new(NULL, "client", NULL);
     a = action_from_string("iconify");
     menu_add_entry(m, menu_entry_new("iconify", a));
     a = action_from_string("toggleshade");