From fdd708fdeb5ddbb23b471a4a309d7f107a3c67b3 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 12 Nov 2005 18:24:07 +0000 Subject: - add "ok" to the configMenu's actionlist again - timer edit is now functional (not for repeated timers) but we have a redraw-problem again --- lib/python/Screens/ConfigMenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/ConfigMenu.py') diff --git a/lib/python/Screens/ConfigMenu.py b/lib/python/Screens/ConfigMenu.py index 88271759..57bdda55 100644 --- a/lib/python/Screens/ConfigMenu.py +++ b/lib/python/Screens/ConfigMenu.py @@ -13,7 +13,7 @@ class ConfigMenu(Screen): self["actions"] = ActionMap(["OkCancelActions"], { - #"ok": self.okbuttonClick, + "ok": self.okbuttonClick, "cancel": self.close }) -- cgit v1.2.3