changeset 120:f1fc821f88a9

*** empty log message ***
author abukhman
date Tue, 25 May 2010 11:52:31 +0200
parents 6548a620b766
children cb0978becec4
files documentViewer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/documentViewer.py	Tue May 25 11:52:17 2010 +0200
+++ b/documentViewer.py	Tue May 25 11:52:31 2010 +0200
@@ -777,7 +777,7 @@
         docinfo['numPages'] = text.count("<pb ")
         return docinfo
        
-    def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None):
+    def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None):
         """returns single page from fulltext"""
         docpath = docinfo['textURLPath']
         path = docinfo['textURLPath']