From 81386d85722271a75aaa25782b49db35473a6c54 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 20 Jul 2009 13:25:11 +0000 Subject: [PATCH] 3110: Typo on child edit context menu (EditFamily) fix by romjerome svn: r12826 --- src/Editors/_EditFamily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 260f2388a..b09d9ce37 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -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