X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FTimerEdit.py;h=173b1ba20b336fd071a757594861c93748f21012;hp=f8c9f20797c5df37132841347368a3ac955e4c55;hb=301bab11f8453a6899153b7be338a352803b22cb;hpb=1f5b1a20e4de369c197de1dae8fcb368e3e10b26 diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index f8c9f20..173b1ba 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -64,7 +64,7 @@ class TimerEditList(Screen): self["actions"] = ActionMap(["OkCancelActions"], { - "ok": self.openEdit, +# "ok": self.openEdit, "cancel": self.close })