From e7352fd9bac46273851c5eacdabe0f4745ade109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 27 Oct 2008 08:32:05 +0000 Subject: [PATCH] 2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working svn: r11202 --- src/plugins/GVFamilyLines.py | 1 + src/plugins/MarkerReport.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 )