Fix alphabetic index and toc bug in books

Another bad indent from master commit [796240] (and gramps40 [3196f8])
This commit is contained in:
Paul Franklin 2014-06-13 09:25:20 -07:00
parent aeda10a3fe
commit d633c7711d

View File

@ -144,8 +144,8 @@ class CairoDocgen(libcairodoc.CairoDoc):
if offset > 0:
self.__increment_pages(toc, index, toc_page, offset)
rebuild_required = True
else:
toc_pages = []
else:
toc_pages = []
# paginate the index
if index_page is not None: