aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-08 19:17:21 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-08 19:17:21 +0000
commitb27a6052bb7ca67821f0d6c23b6549ffe70e9dad (patch)
tree2083bfe0db9fd9da8b07dd1bd6dada4a1e3994af /lib/python
parentf2e876d93f457fa24a4fe5251a8cc3edd326c7de (diff)
downloadenigma2-b27a6052bb7ca67821f0d6c23b6549ffe70e9dad.tar.gz
enigma2-b27a6052bb7ca67821f0d6c23b6549ffe70e9dad.zip
dont use onShown .. use onLayoutFinish for hide dish icon
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 1824eb5d..1a8f88bb 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -41,7 +41,7 @@ from Menu import MainMenu, mdom
class InfoBarDish:
def __init__(self):
self.dishDialog = self.session.instantiateDialog(Dish)
- self.onShown.append(self.dishDialog.show)
+ self.onLayoutFinish.append(self.dishDialog.show)
class InfoBarShowHide:
""" InfoBar show/hide control, accepts toggleShow and hide actions, might start