Skip to content

Commit

Permalink
Force the use of tuple when parsing --pekwm-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
gapan committed Feb 13, 2014
1 parent de0ba95 commit ba437ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdgmenumaker
Expand Up @@ -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
Expand Down

0 comments on commit ba437ee

Please sign in to comment.