X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/071b99f578486ea21e3323e6f7190693f11fc35a..d7b1e65daf11504f1d3bb270d574d9022c45d97f:/lib/python/Screens/Dish.py diff --git a/lib/python/Screens/Dish.py b/lib/python/Screens/Dish.py index 88be3778..67dd2485 100644 --- a/lib/python/Screens/Dish.py +++ b/lib/python/Screens/Dish.py @@ -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()