make the client menu not have a title

This commit is contained in:
Dana Jansens 2003-05-10 16:03:06 +00:00
parent bd6d80f168
commit 2508089df5

View 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");