correct polarity
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 6 Oct 2006 16:16:36 +0000 (16:16 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 6 Oct 2006 16:16:36 +0000 (16:16 +0000)
lib/python/Components/ConfigList.py

index 649fa92306b54ffacb87efa0b43928f3df133b4c..883a1ea4c7959ed06f1cf7b744fcfc0a5bb4b195 100644 (file)
@@ -100,7 +100,7 @@ class ConfigListScreen:
                        "8": self.keyNumberGlobal,
                        "9": self.keyNumberGlobal,
                        "0": self.keyNumberGlobal
-               }, -5)
+               }, 5)
 
                self["config"] = ConfigList(list, session = session)