diff --git a/gramps2/src/Plugins.py b/gramps2/src/Plugins.py index e78b8c010..58782055a 100644 --- a/gramps2/src/Plugins.py +++ b/gramps2/src/Plugins.py @@ -486,7 +486,7 @@ def register_text_doc(name,classref, table, paper, style, ext, for n in _textdoc: if n[0] == name: return - _textdoc.append((name,classref,table,paper,style,ext,printable)) + _textdoc.append((name,classref,table,paper,style,ext,print_report_label)) #------------------------------------------------------------------------- # diff --git a/gramps2/src/plugins/Makefile.am b/gramps2/src/plugins/Makefile.am index 33cfaf246..79272c701 100644 --- a/gramps2/src/plugins/Makefile.am +++ b/gramps2/src/plugins/Makefile.am @@ -36,6 +36,7 @@ pkgpython_PYTHON = \ TimeLine.py\ Verify.py\ WebPage.py\ + WriteFtree.py\ WriteGedcom.py\ WritePkg.py\ WriteCD.py\