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).
|
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 _mult_surn_clicked(self, obj):
|
def _mult_surn_clicked(self, obj):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user