diff --git a/gramps2/src/plugins/BookReport.py b/gramps2/src/plugins/BookReport.py index b23ed19b4..da77f0fcc 100644 --- a/gramps2/src/plugins/BookReport.py +++ b/gramps2/src/plugins/BookReport.py @@ -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() diff --git a/gramps2/src/plugins/SimpleBookTitle.py b/gramps2/src/plugins/SimpleBookTitle.py index bcf72a8f0..8f96a0e8f 100644 --- a/gramps2/src/plugins/SimpleBookTitle.py +++ b/gramps2/src/plugins/SimpleBookTitle.py @@ -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]: