diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-21 00:14:15 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-21 00:14:15 +0000 |
| commit | db2fb2d1b2d807cc389a429881886d4a40e763e1 (patch) | |
| tree | e094c8ecb177bcb30fd674bbc16b4dbab74c519a /lib/python/Components/config.py | |
| parent | 5e9af99815e94c739e4b13b04f4af74e77074d96 (diff) | |
| download | enigma2-db2fb2d1b2d807cc389a429881886d4a40e763e1.tar.gz enigma2-db2fb2d1b2d807cc389a429881886d4a40e763e1.zip | |
store and re-use previous pip position and size
Diffstat (limited to 'lib/python/Components/config.py')
| -rw-r--r-- | lib/python/Components/config.py | 2 |
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") |
