summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-10 16:03:06 +0000
committerDana Jansens <danakj@orodu.net>2003-05-10 16:03:06 +0000
commit2508089df5cbec9062908155e4046625ffaa6045 (patch)
treee7c283c95c98d3dfa13632b966aa1a1514664909
parentbd6d80f16848d107810a56d9ac1c295c1ea778be (diff)
make the client menu not have a title
-rw-r--r--openbox/menu.c2
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");