Debug information for dates and preferences

svn: r794
This commit is contained in:
Don Allingham
2002-02-23 15:06:07 +00:00
parent 6ab349f290
commit 21fff805f3
3 changed files with 20 additions and 13 deletions

View File

@@ -224,7 +224,8 @@ class Date:
self.start.set(text)
self.range = 0
except Date.Error:
self.range = -1
if text != "":
self.range = -1
self.text = text
def set_range(self,val):