dont show dishscreen on create
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 29 Oct 2007 13:21:26 +0000 (13:21 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 29 Oct 2007 13:21:26 +0000 (13:21 +0000)
lib/python/Screens/Dish.py
lib/python/Screens/InfoBarGenerics.py

index 88be3778f7a7e842abd347030c176cdd1652880b..67dd2485bd6f7d418f634073adfcaa3a535eb042 100644 (file)
@@ -10,7 +10,6 @@ from enigma import eDVBSatelliteEquipmentControl
 class Dish(Screen):
        def __init__(self, session):
                Screen.__init__(self, session)
-               self["transparent"] = Button("")
                self["Dishpixmap"] = BlinkingPixmapConditional()
                self["Dishpixmap"].onVisibilityChange.append(self.DishpixmapVisibilityChanged)
                #self["Dishpixmap"] = Pixmap()
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