Don't display new alternate names after an edit if hide_altnames is true.

svn: r352
This commit is contained in:
Don Allingham 2001-08-20 23:23:05 +00:00
parent db3adf44e9
commit 04c0bb70f8

View File

@ -2008,6 +2008,7 @@ def redisplay_person_list(person):
person_list.set_row_data(0,pos)
if Config.hide_altnames == 0:
for name in person.getAlternateNames():
pos2 = (person,1)
alt2col[person].append(pos2)