From b44cb0f9a39ba6c319dc5f89439e52c93f3a0f23 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 12 Nov 2005 22:09:42 +0000 Subject: don't use internals of other classes --- lib/python/Components/TimerList.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Components/TimerList.py') diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index b9769691..078210bd 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -56,4 +56,6 @@ class TimerList(HTMLComponent, GUIComponent): self.instance.setContent(None) self.instance = None + def invalidate(self): + self.l.invalidate() -- cgit v1.2.3