* src/RelLib.py (Family.set_mother_handle): Typo.
* src/Report.py: Use gen and pagebbg. * src/ReportOptions.py: Use gen and pagebbg. * src/plugins/Ancestors.py: Use gen and pagebbg. * src/plugins/AncestorReport.py: Use gen and pagebbg. * src/plugins/DescendReport.py: Use gen and pagebbg. * src/plugins/FtmStyleDescendants.py: Use gen and pagebbg. * src/plugins/FtmStyleAncestors.py: Use gen and pagebbg. * src/plugins/IndivComplete.py: Convert to new scheme. * src/plugins/TimeLine.py: Add custom filters to the pool. * src/plugins/DetAncestralReport.py: Convert to new scheme. svn: r3849
This commit is contained in:
@@ -165,8 +165,8 @@ class DescendantOptions(ReportOptions.ReportOptions):
|
||||
def enable_options(self):
|
||||
# Semi-common options that should be enabled for this report
|
||||
self.enable_dict = {
|
||||
'max_gen' : 10,
|
||||
'page_breaks' : 0,
|
||||
'gen' : 10,
|
||||
'pagebbg' : 0,
|
||||
}
|
||||
|
||||
def make_default_style(self,default_style):
|
||||
|
Reference in New Issue
Block a user