Skip to content

Commit

Permalink
2007-02-01 Piotr Czubaszek <[email protected]>
Browse files Browse the repository at this point in the history
	* src/plugins/rel_pl.py: Update.



svn: r8024
  • Loading branch information
Alex Roitman committed Feb 1, 2007
1 parent 1f33ce7 commit 38d0e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2007-02-01 Piotr Czubaszek <[email protected]>
* src/plugins/rel_pl.py: Update.

2007-02-01 Alex Roitman <[email protected]>
* src/plugins/ChangeNames.py: Typo.

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/rel_pl.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def get_relationship(self,orig_person,other_person):
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)
Expand Down

0 comments on commit 38d0e72

Please sign in to comment.