diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-29 13:21:26 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-29 13:21:26 +0000 |
| commit | d7b1e65daf11504f1d3bb270d574d9022c45d97f (patch) | |
| tree | f9ca3a27a0d4836d7630f80ff77b062f746bec5e /lib/python/Screens/InfoBarGenerics.py | |
| parent | a9c8056288630f672ff736df8e87475bb744231b (diff) | |
| download | enigma2-d7b1e65daf11504f1d3bb270d574d9022c45d97f.tar.gz enigma2-d7b1e65daf11504f1d3bb270d574d9022c45d97f.zip | |
dont show dishscreen on create
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
