diff --git a/src/plugins/GVFamilyLines.py b/src/plugins/GVFamilyLines.py index dbb15f168..d23078a56 100644 --- a/src/plugins/GVFamilyLines.py +++ b/src/plugins/GVFamilyLines.py @@ -878,5 +878,6 @@ register_report( author_name = "Stephane Charette", author_email = "stephanecharette@gmail.com", description = _("Produces family line graphs using GraphViz"), + require_active = False ) diff --git a/src/plugins/MarkerReport.py b/src/plugins/MarkerReport.py index 842044da5..16551c8aa 100644 --- a/src/plugins/MarkerReport.py +++ b/src/plugins/MarkerReport.py @@ -525,5 +525,6 @@ register_report( status = _("Stable"), description = _("Produces a list of people with a specified marker"), author_name = "Brian G. Matherly", - author_email = "brian@gramps-project.org" + author_email = "brian@gramps-project.org", + require_active = False )