From c60c214a532e2ecb877276c23c6121f363cd62e0 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 29 Sep 2005 16:45:07 +0000 Subject: [PATCH] setupSelection::__call__: fix AnwenderFehler --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2