update scrollbar in timerlist when a entry is removed
[enigma2.git] / lib / python / Components / TimerList.py
index d3c20eca002c99c49336b0d2f837d0e65f61e9a4..b1d9ba0217b2cba52010777516813b837c39d470 100644 (file)
@@ -98,3 +98,7 @@ class TimerList(HTMLComponent, GUIComponent, object):
 
        def invalidate(self):
                self.l.invalidate()
+
+       def entryRemoved(self, idx):
+               self.l.entryRemoved(idx)
+