diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 14:33:11 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 14:33:11 +0000 |
| commit | 63c50e7cee4a774e5a6bd0b710dbf7c2bf24b8f3 (patch) | |
| tree | 01de2038e3fd994b60200d95a97a5fe0337a4f73 /lib/python | |
| parent | 7579ae7495f580bfa86f4216ef15811f54588c5a (diff) | |
| download | enigma2-63c50e7cee4a774e5a6bd0b710dbf7c2bf24b8f3.tar.gz enigma2-63c50e7cee4a774e5a6bd0b710dbf7c2bf24b8f3.zip | |
add missing GUIComponent init
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/ScrollLabel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/ScrollLabel.py b/lib/python/Components/ScrollLabel.py index aa5163b8..c7e41c7c 100644 --- a/lib/python/Components/ScrollLabel.py +++ b/lib/python/Components/ScrollLabel.py @@ -5,6 +5,7 @@ from enigma import eLabel, eWidget, eSlider, fontRenderClass, ePoint, eSize class ScrollLabel(HTMLComponent, GUIComponent): def __init__(self, text=""): + GUIComponent.__init__(self) self.message = text self.instance = None self.long_text = None |
