* src/DisplayTabs.py (EventEmbedList.edit_button_clicked): Fix params of EditEventRef call
svn: r6253
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
			
		||||
2006-04-01  Martin Hawlisch  <Martin.Hawlisch@gmx.de>
 | 
			
		||||
	* src/DataViews/_PedigreeView.py: Work around the bug of
 | 
			
		||||
	dbstate.active not being updated when the active person was edited.
 | 
			
		||||
	* src/DisplayTabs.py (EventEmbedList.edit_button_clicked): Fix params
 | 
			
		||||
	of EditEventRef call
 | 
			
		||||
 | 
			
		||||
2006-03-31  Don Allingham  <don@gramps-project.org>
 | 
			
		||||
	* src/ManagedWindow.py: added
 | 
			
		||||
 
 | 
			
		||||
@@ -705,7 +705,7 @@ class EventEmbedList(EmbeddedList):
 | 
			
		||||
            try:
 | 
			
		||||
                self.get_ref_editor()(
 | 
			
		||||
                    self.dbstate,self.uistate,self.track,
 | 
			
		||||
                    event, ref, self.obj, self.event_updated)
 | 
			
		||||
                    event, ref, self.event_updated)
 | 
			
		||||
            except Errors.WindowActiveError:
 | 
			
		||||
                pass
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user