dont show dishscreen on create
[enigma2.git] / lib / python / Screens / Dish.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()