From db2fb2d1b2d807cc389a429881886d4a40e763e1 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 21 Jul 2006 00:14:15 +0000 Subject: store and re-use previous pip position and size --- lib/python/Components/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Components') 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") -- cgit v1.2.3