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:
parent
2f86415842
commit
7585b5e47d
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user