2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/EditPerson.py (EditPerson.ev_drag_data_received): Fixed
    drag and drop of events.
svn: r4191
			
			
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2005-03-16  Richard Taylor <rjt-gramps@thegrindstone.me.uk>
 | 
			
		||||
    * src/EditPerson.py (EditPerson.ev_drag_data_received): Fixed
 | 
			
		||||
	drag and drop of events.
 | 
			
		||||
 | 
			
		||||
2005-03-15  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* src/RelLib.py (Source.get_text_data_child_list,
 | 
			
		||||
	Family.get_text_data_child_list): Add missing lists.
 | 
			
		||||
 
 | 
			
		||||
@@ -811,7 +811,7 @@ class EditPerson:
 | 
			
		||||
                place = foo.get_place_handle()
 | 
			
		||||
                if place:
 | 
			
		||||
                    foo.set_place_handle(place.get_handle())
 | 
			
		||||
                self.elist.insert(row,foo)
 | 
			
		||||
                self.elist.insert(row,foo.get_handle())
 | 
			
		||||
 | 
			
		||||
            self.lists_changed = True
 | 
			
		||||
            self.redraw_event_list()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user