X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2acb465616ee1e910b345a0c5e9ec7429daf9f90..c60c214a532e2ecb877276c23c6121f363cd62e0:/lib/python/Screens/Satconfig.py diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 78f60f4f..75e5e894 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -14,7 +14,7 @@ class setupSelection: self.parent.value = self.parent.value + 1 def __call__(self, selected): #needed by configlist - print "value" + self.parent.value + print "value" + str(self.parent.value) return ("text", self.parent.vals[self.parent.value]) class setupElement: