2007-02-01 Piotr Czubaszek <pioterus@gmail.com>

* src/plugins/rel_pl.py: Update.



svn: r8024
This commit is contained in:
Alex Roitman 2007-02-01 19:10:09 +00:00
parent 1f33ce7b2f
commit 38d0e723a3
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-02-01 Piotr Czubaszek <pioterus@gmail.com>
* src/plugins/rel_pl.py: Update.
2007-02-01 Alex Roitman <shura@gramps-project.org>
* src/plugins/ChangeNames.py: Typo.

View File

@ -606,7 +606,7 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
if sibling.get_gender() == RelLib.Person.MALE:
if child.get_gender() == RelLib.Person.MALE:
# bratanek / syn bratanka
return (self.get_nephew_of_brothers_son(secondRel,firstRel))
return (self.get_nephew_of_brothers_son(secondRel,firstRel),common)
else:
# bratanek / syn bratanicy
return (self.get_nephew_of_brothers_daughter(secondRel,firstRel),common)