Minor corrections
svn: r1824
This commit is contained in:
parent
e30569339e
commit
bce6246370
@ -830,9 +830,6 @@ class BookReportDialog(Report.ReportDialog):
|
||||
self.database = database
|
||||
self.person = person
|
||||
|
||||
# FIXME:
|
||||
# dirty hack to use the style of the first item for the whole book
|
||||
|
||||
self.default_style = TextDoc.StyleSheet()
|
||||
for item in self.book.get_item_list():
|
||||
name = item.get_name()
|
||||
|
@ -228,7 +228,7 @@ class SimpleBookTitleDialog(Report.BareReportDialog):
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
def write_book_item(database,person,doc,options,newpage=0):
|
||||
"""Write the FTM Style Ancestor Report options set.
|
||||
"""Write the Title Page using options set.
|
||||
All user dialog has already been handled and the output file opened."""
|
||||
try:
|
||||
if options[0]:
|
||||
|
Loading…
Reference in New Issue
Block a user