4325: Error with 'More Name Details' if window is already opened
svn: r16073
This commit is contained in:
		| @@ -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): | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user