enabled timeredit to show bug
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 29 Sep 2005 00:53:39 +0000 (00:53 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 29 Sep 2005 00:53:39 +0000 (00:53 +0000)
lib/python/Screens/TimerEdit.py

index 173b1ba20b336fd071a757594861c93748f21012..f8c9f20797c5df37132841347368a3ac955e4c55 100644 (file)
@@ -64,7 +64,7 @@ class TimerEditList(Screen):
 
                self["actions"] = ActionMap(["OkCancelActions"], 
                        {
-#                              "ok": self.openEdit,
+                               "ok": self.openEdit,
                                "cancel": self.close
                        })