From e679084e9ff5317ce30ab2372d4683ed5a5f72ea Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 13 Nov 2005 11:00:18 +0000 Subject: fix for inconsistency when moving the selection while callback is not called --- lib/python/Components/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Components') 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 -- cgit v1.2.3