From 988a709c9d2951f6802a8e78f53785664e8ea590 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 13 Nov 2005 10:46:37 +0000 Subject: fix redraw-problem with NumericalTextInput in TimerEntry --- lib/python/Components/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/python/Components') 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 -- cgit v1.2.3