Browse Source

Force the use of tuple when parsing --pekwm-dynamic

pull/3/head
George Vlahavas 11 years ago
parent
commit
ba437ee0de
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

@ -86,7 +86,7 @@ def main(argv):
seticon = True seticon = True
elif opt in ("-n", "--no-submenu"): elif opt in ("-n", "--no-submenu"):
submenu = False submenu = False
elif opt in ("--pekwm-dynamic"): elif opt in ("--pekwm-dynamic",):
pekwmdynamic = True pekwmdynamic = True
elif opt in ("-f", "--format"): elif opt in ("-f", "--format"):
desktop = arg desktop = arg

Loading…
Cancel
Save