Consolidate all logic for setting up a 'surname' combo box.
svn: r531
This commit is contained in:
@@ -1965,6 +1965,7 @@ def post_load(name):
|
||||
lastname = person.getPrimaryName().getSurname()
|
||||
if lastname and lastname not in const.surnames:
|
||||
const.surnames.append(lastname)
|
||||
const.surnames.sort()
|
||||
|
||||
statusbar.set_progress(1.0)
|
||||
full_update()
|
||||
|
||||
Reference in New Issue
Block a user