* src/EdirPerson.py (__init__): Use handle instead of ID (#1014224).

svn: r3487
This commit is contained in:
Alex Roitman 2004-08-23 16:27:02 +00:00
parent 87eb0778e2
commit ab83541b89
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2004-08-23 Alex Roitman <shura@alex.neuro.umn.edu>
* src/RelLib.py: (probably_alive): Fixed typo (bug #1014223).
* src/NameEdit.py: Proper use of ComboBoxEntry widgets (#1014238).
* src/EdirPerson.py (__init__): Use handle instead of ID (#1014224).
2004-08-23 Tim Waugh <twaugh@redhat.com>
* install-sh: Removed this generated file.

View File

@ -91,7 +91,7 @@ class EditPerson:
self.person = person
self.orig_surname = person.get_primary_name().get_surname()
self.parent = parent
self.orig_id = self.person.get_gramps_id()
self.orig_id = self.person.get_handle()
if self.parent.child_windows.has_key(self.orig_id):
self.parent.child_windows[self.person.get_handle()].present(None)
return