* src/Editors/_EditChildRef.py: fix call for MonitoredDataType
svn: r6365
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
2006-04-18  Don Allingham  <don@gramps-project.org>
 | 
					2006-04-18  Don Allingham  <don@gramps-project.org>
 | 
				
			||||||
	* src/Editors/_EditName.py: fix call for MonitoredDataType
 | 
						* src/Editors/_EditName.py: fix call for MonitoredDataType
 | 
				
			||||||
 | 
						* src/Editors/_EditChildRef.py: fix call for MonitoredDataType
 | 
				
			||||||
	* src/RelLib/__init__.py: added _EventType
 | 
						* src/RelLib/__init__.py: added _EventType
 | 
				
			||||||
	* src/RelLib/_EventType.py: added
 | 
						* src/RelLib/_EventType.py: added
 | 
				
			||||||
	* src/RelLIb/Makefile.am: added _EventType.py
 | 
						* src/RelLIb/Makefile.am: added _EventType.py
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -82,14 +82,12 @@ class EditChildRef(EditSecondary):
 | 
				
			|||||||
            self.top.get_widget('frel'),
 | 
					            self.top.get_widget('frel'),
 | 
				
			||||||
            self.obj.set_father_relation,
 | 
					            self.obj.set_father_relation,
 | 
				
			||||||
            self.obj.get_father_relation,
 | 
					            self.obj.get_father_relation,
 | 
				
			||||||
            RelLib.ChildRefType,
 | 
					 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.mrel = MonitoredDataType(
 | 
					        self.mrel = MonitoredDataType(
 | 
				
			||||||
            self.top.get_widget('mrel'),
 | 
					            self.top.get_widget('mrel'),
 | 
				
			||||||
            self.obj.set_mother_relation,
 | 
					            self.obj.set_mother_relation,
 | 
				
			||||||
            self.obj.get_mother_relation,
 | 
					            self.obj.get_mother_relation,
 | 
				
			||||||
            RelLib.ChildRefType,
 | 
					 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
        self.priv = PrivacyButton(
 | 
					        self.priv = PrivacyButton(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user