make the client menu not have a title
This commit is contained in:
parent
bd6d80f168
commit
2508089df5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue