- fix serious problems in widget code. fixup buffered mode. add animation support...
[vuplus_dvbapp] / RecordTimer.py
index 37208dd..286d523 100644 (file)
@@ -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):