3110: Typo on child edit context menu (EditFamily) fix by romjerome

svn: r12826
This commit is contained in:
Doug Blank 2009-07-20 13:25:11 +00:00
parent 90e918e892
commit 81386d8572

View File

@ -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