Revert fix in previous release that can cause generation of invalid LRF files in some circumstances

This commit is contained in:
Kovid Goyal 2008-12-05 19:10:39 -08:00
parent f04b6da557
commit e0c74b09b5

View File

@ -1432,7 +1432,7 @@ class Page(LrsObject, LrsContainer):
#print "page contents:", pageContent
# ObjectList not needed and causes slowdown in SONY LRF renderer
#p.appendLrfTag(LrfTag("ObjectList", pageContent))
p.appendLrfTag(LrfTag("ObjectList", pageContent))
p.appendLrfTag(LrfTag("Link", self.pageStyle.objId))
p.appendLrfTag(LrfTag("ParentPageTree", lrfWriter.getPageTreeId()))
p.appendTagDict(self.settings)