From a5a961584bc0540c5f69dade4db182cb2be81129 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 12 Apr 2006 16:41:33 +0000 Subject: [PATCH] Fix typo svn: r6318 --- ChangeLog | 3 +++ src/plugins/Check.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 47ca0a2ba..a731b13b5 100644 --- a/ChangeLog +++ b/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/src/plugins/Check.py b/src/plugins/Check.py index 2447b9d80..cefedee70 100644 --- a/src/plugins/Check.py +++ b/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) #------------------------------------------------------------------------- #