diff --git a/ChangeLog b/ChangeLog index 46e43a103..5859b971a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-05 Gary Burton + * src/plugins/Verify.py: Remove a line of redundant code added yesterday. + 2008-01-04 Douglas S. Blank * src/gen/lib/date.py (Date.__sub__): fixed date differences * src/Simple/_SimpleTable.py: removed frame around textview diff --git a/src/plugins/Verify.py b/src/plugins/Verify.py index e9197c203..b7c0ddd2d 100644 --- a/src/plugins/Verify.py +++ b/src/plugins/Verify.py @@ -583,7 +583,6 @@ class VerifyResults(ManagedWindow): return new_ignores def close(self,*obj): - self.vr = None new_ignores = self.get_new_marking() self.save_ignored(new_ignores)