Add person from choose parents dialog

svn: r434
This commit is contained in:
Don Allingham
2001-09-27 23:54:12 +00:00
parent 5be4fdcac9
commit ba41aa97cd
8 changed files with 533 additions and 35 deletions

View File

@ -1139,6 +1139,7 @@ def save_person(obj):
del m[person.getId()]
m[idval] = person
person.setId(idval)
utils.modified()
else:
n = Config.nameof(m[idval])
msg1 = _("GRAMPS ID value was not changed.")