Minor corrections

svn: r1824
This commit is contained in:
Alex Roitman 2003-07-05 23:11:44 +00:00
parent e30569339e
commit bce6246370
2 changed files with 1 additions and 4 deletions

View File

@ -830,9 +830,6 @@ class BookReportDialog(Report.ReportDialog):
self.database = database self.database = database
self.person = person self.person = person
# FIXME:
# dirty hack to use the style of the first item for the whole book
self.default_style = TextDoc.StyleSheet() self.default_style = TextDoc.StyleSheet()
for item in self.book.get_item_list(): for item in self.book.get_item_list():
name = item.get_name() name = item.get_name()

View File

@ -228,7 +228,7 @@ class SimpleBookTitleDialog(Report.BareReportDialog):
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
def write_book_item(database,person,doc,options,newpage=0): 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.""" All user dialog has already been handled and the output file opened."""
try: try:
if options[0]: if options[0]: