From 506da3841b358112764f4d0916f4f94dbd27f72f Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 19 Apr 2006 04:44:20 +0000 Subject: [PATCH] * src/Editors/_EditChildRef.py: fix call for MonitoredDataType svn: r6365 --- gramps2/ChangeLog | 1 + gramps2/src/Editors/_EditChildRef.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 4fef3640f..c3b97ce62 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,5 +1,6 @@ 2006-04-18 Don Allingham * 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 diff --git a/gramps2/src/Editors/_EditChildRef.py b/gramps2/src/Editors/_EditChildRef.py index 75d030197..5c21efda5 100644 --- a/gramps2/src/Editors/_EditChildRef.py +++ b/gramps2/src/Editors/_EditChildRef.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(