From 93fe9a37c89cbb2c4ea31808bf3196b1603ad234 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 10 Nov 2005 01:23:39 +0000 Subject: volume-control: move volumeBar from infobar to a single screen Volume timer: change input type of configelement for start- and endtime --- lib/python/Components/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Components') diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index bdd08e12..b5a767a2 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -154,6 +154,9 @@ class configSequenceArg: # configsequencearg.get ("MAC") if (type == "MAC"): return ((":"), [(1,255),(1,255),(1,255),(1,255),(1,255),(1,255)], "") + # configsequencearg.get ("CLOCK") + if (type == "CLOCK"): + return ((":"), [(0,23),(0,59)], "") # configsequencearg.get("INTEGER", (min, max)) => x with min <= x <= max if (type == "INTEGER"): return ((":"), [args], "") -- cgit v1.2.3