X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/988a709c9d2951f6802a8e78f53785664e8ea590..8bd6103bc110547cf683f931a1d9d7d14156bf98:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 724db4d6..c433f01b 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -291,7 +291,8 @@ class configText: self.parent.save() def nextEntry(self): - self.parent.vals[1]() + print self.parent + self.parent.vals[1](self.parent.getConfigPath()) def handleKey(self, key): #this will no change anything on the value itself