4325: Error with 'More Name Details' if window is already opened
svn: r16073
This commit is contained in:
parent
9df5336fde
commit
60d95d6be7
@ -863,8 +863,11 @@ class EditPerson(EditPrimary):
|
||||
on the main form (not in the names tab).
|
||||
|
||||
"""
|
||||
EditName(self.dbstate, self.uistate, self.track,
|
||||
try:
|
||||
EditName(self.dbstate, self.uistate, self.track,
|
||||
self.pname, self._update_name)
|
||||
except Errors.WindowActiveError:
|
||||
pass
|
||||
|
||||
def _mult_surn_clicked(self, obj):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user