From 2d0f807207d371288b7b88cf107fc2a60a57791c Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Tue, 8 Sep 2015 13:40:07 +0300 Subject: [PATCH] Revert disallowing compizboxmenu with -n The --no-submenu option works with compizboxmenu again. --- src/xdgmenumaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 1e00939..3b1ea69 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -206,7 +206,7 @@ def usage(): print(' menus. Does not work with windowmaker') print(' -s, --size preferred icon size in pixels (default: 16)') print(' -n, --no-submenu do not create a submenu. Does not work with') - print(' compizboxmenu and windowmaker') + print(' windowmaker') print(' --pekwm-dynamic generate dynamic menus for pekwm') print(' -h, --help show this help message') print(' You have to specify the output format using the -f switch.')