diff --git a/ChangeLog b/ChangeLog index b9f8be34e..2336b88dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-16 Alex Roitman + * src/PluginUtils/_PluginMgr.py (register_report): Add + require_active argument to _register_cl_report call. + 2006-06-16 Don Allingham * src/Editors/_EditFamiy.py: make EditPerson windows subordinate to EditFamily windows. This prevents the EditPerson window from diff --git a/src/PluginUtils/_PluginMgr.py b/src/PluginUtils/_PluginMgr.py index f03906abb..d65250076 100644 --- a/src/PluginUtils/_PluginMgr.py +++ b/src/PluginUtils/_PluginMgr.py @@ -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,