From 263fb05a22a1caa119810445d0b5d3faa8236579 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 9 Oct 2006 21:15:38 +0000 Subject: use new ConfigClock --- lib/python/Screens/TimeDateInput.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Screens/TimeDateInput.py') diff --git a/lib/python/Screens/TimeDateInput.py b/lib/python/Screens/TimeDateInput.py index d8e1f8a1..bc1726e0 100644 --- a/lib/python/Screens/TimeDateInput.py +++ b/lib/python/Screens/TimeDateInput.py @@ -33,7 +33,8 @@ class TimeDateInput(Screen, ConfigListScreen): def createConfig(self): nowtime = time.time() self.timeinput_date = ConfigDateTime(default = nowtime, formatstring = (_("%d.%B %Y"), 86400)) -# self.timeinput_time = ConfigSequence(default = [int(time.strftime("%H", time.localtime(nowtime))), int(time.strftime("%M", time.localtime(nowtime)))] + self.timeinput_time = ConfigClock(default = nowtime) + assert False, "fixme" def createSetup(self, configlist): -- cgit v1.2.3