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