From 8c859d597bc88634e3e5f41d7ea800aae90d50fd Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 6 Dec 2005 22:34:37 +0000 Subject: [PATCH] disable ugly dish-pixmap --- lib/python/Screens/Dish.py | 3 ++- lib/python/Screens/InfoBarGenerics.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/python/Screens/Dish.py b/lib/python/Screens/Dish.py index 4c7e7472..1f5c391c 100644 --- a/lib/python/Screens/Dish.py +++ b/lib/python/Screens/Dish.py @@ -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) diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 85fab2c8..1b080d9b 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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 -- 2.30.2