* src/Editors/_EditChildRef.py: fix call for MonitoredDataType
svn: r6365
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user