0001876: BUG during output creation in Ancestor Tree report.
svn: r10167
This commit is contained in:
parent
2ae97dced0
commit
4dfb05bb06
@ -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>
|
2008-03-02 Peter Landgren <peter.talken@telia.com>
|
||||||
* src/plugins/WebCal.py:
|
* src/plugins/WebCal.py:
|
||||||
* src/plugins/CountAncestors.py
|
* src/plugins/CountAncestors.py
|
||||||
|
@ -479,8 +479,8 @@ class AncestorTreeOptions(MenuReportOptions):
|
|||||||
menu.add_option(category_name, "incblank", blank)
|
menu.add_option(category_name, "incblank", blank)
|
||||||
|
|
||||||
compress = BooleanOption(_('Co_mpress tree'), True)
|
compress = BooleanOption(_('Co_mpress tree'), True)
|
||||||
compress.set_help(_("Whether to compress tree."))
|
compress.set_help(_("Whether to compress the tree."))
|
||||||
menu.add_option(category_name, "tree", compress)
|
menu.add_option(category_name, "compress", compress)
|
||||||
|
|
||||||
def make_default_style(self, default_style):
|
def make_default_style(self, default_style):
|
||||||
"""Make the default output style for the Ancestor Tree."""
|
"""Make the default output style for the Ancestor Tree."""
|
||||||
|
Loading…
Reference in New Issue
Block a user