From 87bfe5dfced0fb7a4e9839fdafa898261a39c86c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 31 Aug 2005 03:05:27 +0000 Subject: - fix serious problems in widget code. fixup buffered mode. add animation support.lib/gui --- RecordTimer.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'RecordTimer.py') diff --git a/RecordTimer.py b/RecordTimer.py index 37208ddc..286d523b 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -67,10 +67,10 @@ class RecordTimer(Timer): self.Filename = "timers.xml" -# try: - self.loadTimer() -# except: -# print "unable to load timers from file!" + try: + self.loadTimer() + except: + print "unable to load timers from file!" def loadTimer(self): -- cgit v1.2.3