X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fdd708fdeb5ddbb23b471a4a309d7f107a3c67b3..3ff9ec2869649c38251899fc0fbe9c651a061dfc:/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()