diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-12 22:09:42 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-12 22:09:42 +0000 |
| commit | b44cb0f9a39ba6c319dc5f89439e52c93f3a0f23 (patch) | |
| tree | 3965394bc5f00e7ccefe47fac98f204be47f5df0 /lib/python/Components | |
| parent | 0e9ffe6bc88f7cec210e0416f36062eb0c7a3502 (diff) | |
| download | enigma2-b44cb0f9a39ba6c319dc5f89439e52c93f3a0f23.tar.gz enigma2-b44cb0f9a39ba6c319dc5f89439e52c93f3a0f23.zip | |
don't use internals of other classes
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
