diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 47ca0a2ba..a731b13b5 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-04-12 Alex Roitman + * src/plugins/Check.py (Check.__init__): Typo. + 2006-04-11 Alex Roitman * src/GrampsDb/_DbUtils.py (remove_parent_from_family): If removing family, also remove it from the child's diff --git a/gramps2/src/plugins/Check.py b/gramps2/src/plugins/Check.py index 2447b9d80..cefedee70 100644 --- a/gramps2/src/plugins/Check.py +++ b/gramps2/src/plugins/Check.py @@ -185,7 +185,7 @@ class Check(Tool.Tool): errs = checker.build_report(cli) if errs: - Report(uistate, checker.text.getvalue(),parent) + Report(uistate, checker.text.getvalue(),cli) #------------------------------------------------------------------------- #