diff options
| -rw-r--r-- | openbox/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 994a8a93..7d63b545 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -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"); |
