Minor corrections
svn: r1824
This commit is contained in:
parent
7de3319f77
commit
b8bdcbdb3c
@ -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()
|
||||||
|
@ -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]:
|
||||||
|
Loading…
Reference in New Issue
Block a user