disable ugly dish-pixmap
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
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