2006-06-16 Alex Roitman <shura@gramps-project.org>

* src/PluginUtils/_PluginMgr.py (register_report): Add
	require_active argument to _register_cl_report call.



svn: r6904
This commit is contained in:
Alex Roitman 2006-06-17 01:32:58 +00:00
parent 2f86415842
commit 7585b5e47d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-16 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_PluginMgr.py (register_report): Add
require_active argument to _register_cl_report call.
2006-06-16 Don Allingham <don@gramps-project.org>
* src/Editors/_EditFamiy.py: make EditPerson windows subordinate
to EditFamily windows. This prevents the EditPerson window from

View File

@ -288,7 +288,7 @@ def register_report(
2**MODE_CLI)
if command_line_task:
_register_cl_report(name,category,report_class,options_class,
translated_name,unsupported)
translated_name,unsupported, require_active)
def _register_standalone(report_class,
options_class,