*** empty log message ***
[enigma2.git] / lib / python / Screens / TimerEdit.py
index f8c9f20797c5df37132841347368a3ac955e4c55..173b1ba20b336fd071a757594861c93748f21012 100644 (file)
@@ -64,7 +64,7 @@ class TimerEditList(Screen):
 
                self["actions"] = ActionMap(["OkCancelActions"], 
                        {
-                               "ok": self.openEdit,
+#                              "ok": self.openEdit,
                                "cancel": self.close
                        })