another try on the ip address issue... this time display " " (blank char) instead...
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Tue, 7 Oct 2008 13:08:44 +0000 (13:08 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Tue, 7 Oct 2008 13:08:44 +0000 (13:08 +0000)
lib/python/Components/config.py

index 7fbe13b..424585d 100644 (file)
@@ -517,6 +517,7 @@ class ConfigIP(ConfigSequence):
                                value += self.seperator
                                if mPos >= len(value) - 1:
                                        mPos += 1
+                       value += (" " * (len(str(self.limits[num][1]))-len(str(i))))
                        value += str(i)
                        num += 1
                return (value, mPos)