Fix typo
svn: r6318
This commit is contained in:
parent
a7123580a7
commit
3c84051355
@ -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>
|
2006-04-11 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/GrampsDb/_DbUtils.py (remove_parent_from_family): If
|
* src/GrampsDb/_DbUtils.py (remove_parent_from_family): If
|
||||||
removing family, also remove it from the child's
|
removing family, also remove it from the child's
|
||||||
|
@ -185,7 +185,7 @@ class Check(Tool.Tool):
|
|||||||
|
|
||||||
errs = checker.build_report(cli)
|
errs = checker.build_report(cli)
|
||||||
if errs:
|
if errs:
|
||||||
Report(uistate, checker.text.getvalue(),parent)
|
Report(uistate, checker.text.getvalue(),cli)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user