* src/NameEdit.py: preserve custom name types

svn: r5191
This commit is contained in:
Don Allingham
2005-09-13 03:34:59 +00:00
parent b779bc44a2
commit b62eaef5fe
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2005-09-12 Don Allingham <don@gramps-project.org>
* src/NameEdit.py: preserve custom name types
* src/plugins/ScratchPad.py: handle unicode better
* src/DdTargets.py: handle unicode better

View File

@ -261,7 +261,7 @@ class NameEditor:
if const.NameTypesMap.has_value(mtype):
mtype = const.NameTypesMap.find_key(mtype)
else:
if not mtype:
mtype = "Also Known As"
if self.name == None: