aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ConfigList.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/ConfigList.py')
-rw-r--r--lib/python/Components/ConfigList.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/ConfigList.py b/lib/python/Components/ConfigList.py
index e3ef6f12..5b959dc2 100644
--- a/lib/python/Components/ConfigList.py
+++ b/lib/python/Components/ConfigList.py
@@ -18,7 +18,8 @@ class ConfigList(HTMLComponent, GUIComponent, object):
self.setHelpWindowSession(session)
def execEnd(self):
- self.timer = None
+ self.timer = eTimer()
+ self.timer.timeout.get().append(self.timeout)
def setHelpWindowSession(self, session):
assert self.help_window is None, "you can't move a help window to another session"