Fix typo
svn: r6318
This commit is contained in:
parent
0b4e863e9e
commit
a5a961584b
@ -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
|
||||
|
@ -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)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user