]> Dogcows Code - chaz/openbox/commitdiff
make the client menu not have a title
authorDana Jansens <danakj@orodu.net>
Sat, 10 May 2003 16:03:06 +0000 (16:03 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 10 May 2003 16:03:06 +0000 (16:03 +0000)
openbox/menu.c

index 994a8a9378d32a3ef5cf534e5e69359862f41ebb..7d63b5454619d282516280eb7ef6dbc847d6d29c 100644 (file)
@@ -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");
This page took 0.023023 seconds and 4 git commands to generate.