Changeset 571:f1906951be2a in documentViewer for documentViewer.py


Ignore:
Timestamp:
Oct 12, 2012, 3:02:40 PM (12 years ago)
Author:
casties
Branch:
default
Message:

nicer batching of tocs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r568 r571  
    980980
    981981        batch['pages'] = pages
     982        batch['first'] = minIdx
     983        batch['last'] = maxIdx
    982984        return batch
    983985       
     
    10241026            batch['nextStart'] = None
    10251027       
    1026         logging.debug("getBatch start=%s size=%s end=%s batch=%s"%(start,size,end,repr(batch)))
     1028        batch['first'] = start
     1029        batch['last'] = end
    10271030        return batch
    10281031       
Note: See TracChangeset for help on using the changeset viewer.