X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/425399841b2657846be038cd0ba8fe449a528691..e679084e9ff5317ce30ab2372d4683ed5a5f72ea:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 040a9ee4..c433f01b 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -291,8 +291,8 @@ class configText: self.parent.save() def nextEntry(self): - print "Next entry" - self.handleKey(config.key["nextElement"]) + print self.parent + self.parent.vals[1](self.parent.getConfigPath()) def handleKey(self, key): #this will no change anything on the value itself