From ed6ab83ab71bbef6d8df689f9ea7f9c1474f625f Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 6 Dec 2005 19:10:57 +0000 Subject: show green button and subservices-text only when subservices are available (showing of the label doesn't work. why?) --- lib/python/Components/Pixmap.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/Pixmap.py') 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) -- cgit v1.2.3