aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-10 01:23:39 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-10 01:23:39 +0000
commit93fe9a37c89cbb2c4ea31808bf3196b1603ad234 (patch)
tree6c0d667ba70e919df51cff0579fc38797b4b38e4 /lib/python/Components
parent59efe28a00e5713ad5279ed976430da31292a129 (diff)
downloadenigma2-93fe9a37c89cbb2c4ea31808bf3196b1603ad234.tar.gz
enigma2-93fe9a37c89cbb2c4ea31808bf3196b1603ad234.zip
volume-control:
move volumeBar from infobar to a single screen Volume timer: change input type of configelement for start- and endtime
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py3
1 files changed, 3 insertions, 0 deletions
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], "")