From b8bdcbdb3cce279e3e5a500da9e410c92f2b74fb Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 5 Jul 2003 23:11:44 +0000 Subject: [PATCH] Minor corrections svn: r1824 --- gramps2/src/plugins/BookReport.py | 3 --- gramps2/src/plugins/SimpleBookTitle.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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]: