3830: 'Merged GRAMPS ID' attribute overwritten on PeopleMerge by MD Nauta

svn: r15080
This commit is contained in:
Doug Blank 2010-04-11 13:09:23 +00:00
parent ad9f1c37b7
commit ac4e25bffc

View File

@ -433,8 +433,9 @@ class MergePeople(object):
self.db.set_birth_death_index(new)
# copy attributes
new.set_attribute_list(self.p1.get_attribute_list() +
# add other attributes to new, which may alreay have
# some attributes from the merger
map(new.add_attribute, self.p1.get_attribute_list() +
self.p2.get_attribute_list())
# copy addresses