diff --git a/gramps/plugins/tool/verify.py b/gramps/plugins/tool/verify.py index 768c8fcf38..82abda63bc 100644 --- a/gramps/plugins/tool/verify.py +++ b/gramps/plugins/tool/verify.py @@ -897,7 +897,7 @@ def close(self, *obj): """close the dialog and write out the file""" new_ignores = self.get_new_marking() self.save_ignored(new_ignores) - + ManagedWindow.close(self, *obj) self.closeall()