* src/gramps.glade:

svn: r4756
This commit is contained in:
Don Allingham
2005-06-02 04:44:51 +00:00
parent 11eb15ec52
commit 1946c31ba6
7 changed files with 47 additions and 54 deletions

View File

@ -853,9 +853,7 @@ class EditPerson:
self.person.set_birth_ref(None)
self.person.set_death_ref(None)
eref_list = self.event_box.data[:]
print eref_list
for (event_ref,event) in eref_list:
print event.handle
if event.get_type()[0] == RelLib.Event.BIRTH:
self.person.set_birth_ref(event_ref)
self.event_box.data.remove(event_ref)