added setup screens
[vuplus_dvbapp] / lib / python / Screens / TimerEdit.py
index f8c9f20..173b1ba 100644 (file)
@@ -64,7 +64,7 @@ class TimerEditList(Screen):
 
                self["actions"] = ActionMap(["OkCancelActions"], 
                        {
-                               "ok": self.openEdit,
+#                              "ok": self.openEdit,
                                "cancel": self.close
                        })