diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Dish.py | 1 | ||||
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
2 files changed, 0 insertions, 2 deletions
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() diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 603f4762..dbfe20cc 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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 |
