* src/GrampsDb/_WriteGedcom.py (write_person): Typo.
svn: r7715
This commit is contained in:
parent
c689bcc39f
commit
7b2ac61ecb
@ -3,6 +3,7 @@
|
|||||||
* po/gramps.pot: updated
|
* po/gramps.pot: updated
|
||||||
|
|
||||||
2006-11-26 Alex Roitman <shura@gramps-project.org>
|
2006-11-26 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/GrampsDb/_WriteGedcom.py (write_person): Typo.
|
||||||
* src/plugins/Check.py (check_for_broken_family_links): Check if
|
* src/plugins/Check.py (check_for_broken_family_links): Check if
|
||||||
child is one of the parents.
|
child is one of the parents.
|
||||||
* src/GrampsDb/_GrampsBSDDB.py (load): Clean env for a new grdb
|
* src/GrampsDb/_GrampsBSDDB.py (load): Clean env for a new grdb
|
||||||
|
@ -1123,9 +1123,9 @@ class GedcomWriter(UpdateCallback):
|
|||||||
for child_ref in family.get_child_ref_list():
|
for child_ref in family.get_child_ref_list():
|
||||||
if child_ref.ref == person.handle:
|
if child_ref.ref == person.handle:
|
||||||
if (child_ref.frel ==
|
if (child_ref.frel ==
|
||||||
RelLib.ChildRef.CHILD_ADOPTED) \
|
RelLib.ChildRef.ADOPTED) \
|
||||||
or (child_ref.mrel \
|
or (child_ref.mrel \
|
||||||
== RelLib.ChildRef.CHILD_ADOPTED):
|
== RelLib.ChildRef.ADOPTED):
|
||||||
self.writeln("2 PEDI Adopted")
|
self.writeln("2 PEDI Adopted")
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user