* 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

@ -1,5 +1,6 @@
2006-04-18 Don Allingham <don@gramps-project.org>
* src/Editors/_EditName.py: fix call for MonitoredDataType
* src/Editors/_EditChildRef.py: fix call for MonitoredDataType
* src/RelLib/__init__.py: added _EventType
* src/RelLib/_EventType.py: added
* src/RelLIb/Makefile.am: added _EventType.py

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(