]> www.fi.muni.cz Git - evince.git/commit
[printing] Fix even / odd multipage issues
authorBartek Kostrzewa <zoombat@runbox.com>
Sun, 12 Jul 2009 11:24:40 +0000 (13:24 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 12 Jul 2009 11:24:40 +0000 (13:24 +0200)
commitab09124515eeee70ecff9ad920b933c450a9ae09
treee554cbb572a9b53e0854b5fe2b076664e8d820f9
parent16adf49574333007b0923abdf9fe8a6f2f94e89b
[printing] Fix even / odd multipage issues

The patch seems to work alright judging by the test-case, except for printing
in reverse where it produces blanks (as it inserts blank pages when the last
"page range to be printed" is reached) Note that if the pages were provided in
the correct order for multipage reverse printing, it would work properly.

Another (very) minor issue is that if one is printing say a 4-page document
with 4 pages per sheet and one chooses to print "even sheets only", a blank
page will be printed. This is a user interface problem as the UI should not
allow "even sheets" to be selected if there are none. (the same is true if you
print "even sheets" in a single-page document at one-page per sheet)

See bgo#583429.
shell/ev-print-operation.c