diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/config.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 040a9ee4..724db4d6 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -291,8 +291,7 @@ class configText: self.parent.save() def nextEntry(self): - print "Next entry" - self.handleKey(config.key["nextElement"]) + self.parent.vals[1]() def handleKey(self, key): #this will no change anything on the value itself |
