2007-02-01 Piotr Czubaszek <pioterus@gmail.com>
* src/plugins/rel_pl.py: Update. svn: r8024
This commit is contained in:
parent
1f33ce7b2f
commit
38d0e723a3
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user