* src/Editors/_EditChildRef.py: fix call for MonitoredDataType

svn: r6365
This commit is contained in:
Don Allingham
2006-04-19 04:44:20 +00:00
parent 46cc128ee0
commit f6d8887f35
2 changed files with 1 additions and 2 deletions

View File

@@ -82,14 +82,12 @@ class EditChildRef(EditSecondary):
self.top.get_widget('frel'),
self.obj.set_father_relation,
self.obj.get_father_relation,
RelLib.ChildRefType,
)
self.mrel = MonitoredDataType(
self.top.get_widget('mrel'),
self.obj.set_mother_relation,
self.obj.get_mother_relation,
RelLib.ChildRefType,
)
self.priv = PrivacyButton(