From f6d8887f35966633910003d591be9a00f5babeb0 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 --- ChangeLog | 1 + src/Editors/_EditChildRef.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4fef3640f..c3b97ce62 100644 --- a/ChangeLog +++ b/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/src/Editors/_EditChildRef.py b/src/Editors/_EditChildRef.py index 75d030197..5c21efda5 100644 --- a/src/Editors/_EditChildRef.py +++ b/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(