diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:05:27 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:05:27 +0000 |
| commit | 87bfe5dfced0fb7a4e9839fdafa898261a39c86c (patch) | |
| tree | e9cd842941df0e2fc679931f18701fbacf071c77 /RecordTimer.py | |
| parent | 58f644a3102613e874ecc0faf999da16c353f264 (diff) | |
| download | enigma2-87bfe5dfced0fb7a4e9839fdafa898261a39c86c.tar.gz enigma2-87bfe5dfced0fb7a4e9839fdafa898261a39c86c.zip | |
- fix serious problems in widget code. fixup buffered mode. add animation support.lib/gui
Diffstat (limited to 'RecordTimer.py')
| -rw-r--r-- | RecordTimer.py | 8 |
1 files changed, 4 insertions, 4 deletions
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): |
