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