reenable the blinking dish on positioner movement (can be enabled in the usage setup...
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index c3b1a08610749e41d6956b5baf05bf4ca38c2d46..fc19c806e5127de170f3fd6cf069019410cd82a1 100644 (file)
@@ -39,7 +39,7 @@ from Menu import MainMenu, mdom
 class InfoBarDish:
        def __init__(self):
                self.dishDialog = self.session.instantiateDialog(Dish)
-               self.onShown.append(self.dishDialog.instance.hide)
+               self.onShown.append(self.dishDialog.instance.show)
 
 class InfoBarShowHide:
        """ InfoBar show/hide control, accepts toggleShow and hide actions, might start