3110: Typo on child edit context menu (EditFamily) fix by romjerome
svn: r12826
This commit is contained in:
		@@ -288,7 +288,7 @@ class ChildEmbedList(EmbeddedList):
 | 
				
			|||||||
                    pass
 | 
					                    pass
 | 
				
			||||||
                break
 | 
					                break
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def edit_child_button_clicked(self):
 | 
					    def edit_child_button_clicked(self, obj):
 | 
				
			||||||
        handle = self.get_selected()
 | 
					        handle = self.get_selected()
 | 
				
			||||||
        if handle:
 | 
					        if handle:
 | 
				
			||||||
            from Editors import EditPerson
 | 
					            from Editors import EditPerson
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user