dont show dishscreen on create
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 603f476218f865aa96a3fb908f5425b2d5ad87e5..dbfe20cc147d4cf3a8e03f0390d88e670f4431e1 100644 (file)
@@ -46,7 +46,6 @@ from Menu import MainMenu, mdom
 class InfoBarDish:
        def __init__(self):
                self.dishDialog = self.session.instantiateDialog(Dish)
-               self.onLayoutFinish.append(self.dishDialog.show)
 
 class InfoBarShowHide:
        """ InfoBar show/hide control, accepts toggleShow and hide actions, might start