* src/EditPerson.py: saving grouping name, instead of surname for
updating of the person list * src/ReadGedcom.py: save person and source as soon as created * src/gramps_main.py: compare updates based off grouping name instead of surname svn: r3641
This commit is contained in:
@ -104,7 +104,7 @@ class EditPerson:
|
||||
self.dp = DateHandler.create_parser()
|
||||
self.dd = DateHandler.create_display()
|
||||
self.person = person
|
||||
self.orig_surname = person.get_primary_name().get_surname()
|
||||
self.orig_surname = person.get_primary_name().get_group_name()
|
||||
self.parent = parent
|
||||
self.orig_handle = self.person.get_handle()
|
||||
if self.parent.child_windows.has_key(self.orig_handle):
|
||||
|
Reference in New Issue
Block a user