disable ugly dish-pixmap
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 6 Dec 2005 22:34:37 +0000 (22:34 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 6 Dec 2005 22:34:37 +0000 (22:34 +0000)
lib/python/Screens/Dish.py
lib/python/Screens/InfoBarGenerics.py

index 4c7e7472b7dc51923c5194c42a24fa91855d9e5c..1f5c391c04438d77bb63179427c0c681188d23dd 100644 (file)
@@ -13,4 +13,5 @@ class Dish(Screen):
                self["transparent"] = Button("")
                self["Dishpixmap"] = BlinkingPixmapConditional()
                #self["Dishpixmap"] = Pixmap()
-               self["Dishpixmap"].setConnect(eDVBSatelliteEquipmentControl.getInstance().isRotorMoving)
+               self["Dishpixmap"].setConnect(lambda: False)
+               #self["Dishpixmap"].setConnect(eDVBSatelliteEquipmentControl.getInstance().isRotorMoving)
index 85fab2c887598b54400030f1ce2660e4dd087b13..1b080d9bbc4bfcbc4cfdd24c1621899936ae2d1e 100644 (file)
@@ -94,7 +94,7 @@ class InfoBarVolumeControl:
 class InfoBarDish:
        def __init__(self):
                self.dishDialog = self.session.instantiateDialog(Dish)
-               self.onShown.append(self.dishDialog.instance.show)
+               self.onShown.append(self.dishDialog.instance.hide)
 
 class InfoBarShowHide:
        """ InfoBar show/hide control, accepts toggleShow and hide actions, might start