show green button and subservices-text only when subservices are available (showing...
[enigma2.git] / lib / python / Components / Pixmap.py
index 790261188785eef1ad8103eb50648090220136c4..2a54ea9864b8dbba8d814fe6702bbdd635798a7a 100644 (file)
@@ -20,4 +20,5 @@ class Pixmap(Widget):
 class PixmapConditional(ConditionalWidget, Pixmap):
        def __init__(self, withTimer = True):
                ConditionalWidget.__init__(self)
+               Pixmap.__init__(self)