diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-06 19:10:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-06 19:10:57 +0000 |
| commit | ed6ab83ab71bbef6d8df689f9ea7f9c1474f625f (patch) | |
| tree | f2ffa0f280e4452c341ebae6c4aad464eb2af4f8 /lib/python/Components/Pixmap.py | |
| parent | 64e44eef78c26d1d6d5a1662ad1d105fb96e9061 (diff) | |
| download | enigma2-ed6ab83ab71bbef6d8df689f9ea7f9c1474f625f.tar.gz enigma2-ed6ab83ab71bbef6d8df689f9ea7f9c1474f625f.zip | |
show green button and subservices-text only when subservices are available (showing of the label doesn't work. why?)
Diffstat (limited to 'lib/python/Components/Pixmap.py')
| -rw-r--r-- | lib/python/Components/Pixmap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Pixmap.py b/lib/python/Components/Pixmap.py index 79026118..2a54ea98 100644 --- a/lib/python/Components/Pixmap.py +++ b/lib/python/Components/Pixmap.py @@ -20,4 +20,5 @@ class Pixmap(Widget): class PixmapConditional(ConditionalWidget, Pixmap): def __init__(self, withTimer = True): ConditionalWidget.__init__(self) + Pixmap.__init__(self) |
