From 2508089df5cbec9062908155e4046625ffaa6045 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 May 2003 16:03:06 +0000 Subject: [PATCH] make the client menu not have a title --- openbox/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2