From ea9231ad7229f47ebf117a3b4894a9e4e7a3c40a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 19 Nov 2007 23:58:58 +0000 Subject: update scrollbar in timerlist when a entry is removed --- lib/python/Components/TimerList.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/Components/TimerList.py') diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index d3c20eca..b1d9ba02 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -98,3 +98,7 @@ class TimerList(HTMLComponent, GUIComponent, object): def invalidate(self): self.l.invalidate() + + def entryRemoved(self, idx): + self.l.entryRemoved(idx) + -- cgit v1.2.3