store and re-use previous pip position and size
[enigma2.git] / lib / python / Components / config.py
index 4217202102561c4f3cfceacfea816a9047420884..fda44795ec1e84cb01e9e648b92b58e7a0cc993f 100644 (file)
@@ -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")