svn: r6318
This commit is contained in:
Alex Roitman 2006-04-12 16:41:33 +00:00
parent a7123580a7
commit 3c84051355
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-04-12 Alex Roitman <shura@gramps-project.org>
* src/plugins/Check.py (Check.__init__): Typo.
2006-04-11 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_DbUtils.py (remove_parent_from_family): If
removing family, also remove it from the child's

View File

@ -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)
#-------------------------------------------------------------------------
#