fix for inconsistency when moving the selection while callback is not called
[vuplus_dvbapp] / lib / python / Components / config.py
index 724db4d..c433f01 100644 (file)
@@ -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