Skip to content

Commit

Permalink
#995: remove invalid orientation option
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@11516 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 29, 2015
1 parent 8540357 commit c615bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/pycups_printing.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@


DEFAULT_CUPS_OPTIONS = {}
dco = os.environ.get("XPRA_DEFAULT_CUPS_OPTIONS", "orientation-requested=3,fit-to-page=True")
dco = os.environ.get("XPRA_DEFAULT_CUPS_OPTIONS", "fit-to-page=True")
if dco:
for opt in dco.split(","):
opt = opt.strip(" ")
Expand Down

0 comments on commit c615bbc

Please sign in to comment.