aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py3
1 files changed, 2 insertions, 1 deletions
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