aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-21 00:14:15 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-21 00:14:15 +0000
commitdb2fb2d1b2d807cc389a429881886d4a40e763e1 (patch)
treee094c8ecb177bcb30fd674bbc16b4dbab74c519a /lib/python/Components
parent5e9af99815e94c739e4b13b04f4af74e77074d96 (diff)
downloadenigma2-db2fb2d1b2d807cc389a429881886d4a40e763e1.tar.gz
enigma2-db2fb2d1b2d807cc389a429881886d4a40e763e1.zip
store and re-use previous pip position and size
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 42172021..fda44795 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -188,6 +188,8 @@ class configSequenceArg:
if (type == "IP"):
return (("."), [(0,255),(0,255),(0,255),(0,255)], "")
# configsequencearg.get ("MAC")
+ if (type == "POSITION"):
+ return ((","), [(0,args[0]),(0,args[1]),(0,args[2]),(0,args[3])], "")
if (type == "MAC"):
return ((":"), [(1,255),(1,255),(1,255),(1,255),(1,255),(1,255)], "")
# configsequencearg.get ("CLOCK")