Mercurial > hg > documentViewer
changeset 346:eadda10efd4a
*** empty log message ***
author | abukhman |
---|---|
date | Mon, 18 Oct 2010 12:43:44 +0200 |
parents | c39c252a3186 |
children | d6778375d318 |
files | documentViewer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/documentViewer.py Mon Oct 18 12:33:47 2010 +0200 +++ b/documentViewer.py Mon Oct 18 12:43:44 2010 +0200 @@ -753,7 +753,7 @@ pageinfo = {} current = getInt(current) - pageinfo ['originalPage'] = originalPage + pageinfo ['originalPage'] = self.REQUEST.get('originalPage','') pageinfo['current'] = current rows = int(rows or self.thumbrows) pageinfo['rows'] = rows