From: Dana Jansens Date: Sat, 10 May 2003 16:03:06 +0000 (+0000) Subject: make the client menu not have a title X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2508089df5cbec9062908155e4046625ffaa6045;p=chaz%2Fopenbox make the client menu not have a title --- 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");