0001876: BUG during output creation in Ancestor Tree report.

svn: r10167
This commit is contained in:
Brian Matherly 2008-03-02 20:56:04 +00:00
parent 2ae97dced0
commit 4dfb05bb06
2 changed files with 17 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2008-03-02 Brian Matherly <brian@gramps-project.org>
* src/plugins/AncestorTree.py:
0001876: BUG during output creation in Ancestor Tree report.
2008-03-02 Peter Landgren <peter.talken@telia.com>
* src/plugins/WebCal.py:
* src/plugins/CountAncestors.py

View File

@ -479,8 +479,8 @@ class AncestorTreeOptions(MenuReportOptions):
menu.add_option(category_name, "incblank", blank)
compress = BooleanOption(_('Co_mpress tree'), True)
compress.set_help(_("Whether to compress tree."))
menu.add_option(category_name, "tree", compress)
compress.set_help(_("Whether to compress the tree."))
menu.add_option(category_name, "compress", compress)
def make_default_style(self, default_style):
"""Make the default output style for the Ancestor Tree."""