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