2007-02-01 Piotr Czubaszek <pioterus@gmail.com>
* src/plugins/rel_pl.py: Update. svn: r8024
This commit is contained in:
		@@ -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>
 | 
					2007-02-01  Alex Roitman  <shura@gramps-project.org>
 | 
				
			||||||
	* src/plugins/ChangeNames.py: Typo.
 | 
						* src/plugins/ChangeNames.py: Typo.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -606,7 +606,7 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
 | 
				
			|||||||
                                        if sibling.get_gender() == RelLib.Person.MALE:
 | 
					                                        if sibling.get_gender() == RelLib.Person.MALE:
 | 
				
			||||||
                                            if child.get_gender() == RelLib.Person.MALE:
 | 
					                                            if child.get_gender() == RelLib.Person.MALE:
 | 
				
			||||||
                                                # bratanek / syn bratanka
 | 
					                                                # bratanek / syn bratanka
 | 
				
			||||||
                                                return (self.get_nephew_of_brothers_son(secondRel,firstRel))
 | 
					                                                return (self.get_nephew_of_brothers_son(secondRel,firstRel),common)
 | 
				
			||||||
                                            else:
 | 
					                                            else:
 | 
				
			||||||
                                                # bratanek / syn bratanicy
 | 
					                                                # bratanek / syn bratanicy
 | 
				
			||||||
                                                return (self.get_nephew_of_brothers_daughter(secondRel,firstRel),common)
 | 
					                                                return (self.get_nephew_of_brothers_daughter(secondRel,firstRel),common)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user