From b27a6052bb7ca67821f0d6c23b6549ffe70e9dad Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 8 Feb 2006 19:17:21 +0000 Subject: [PATCH] dont use onShown .. use onLayoutFinish for hide dish icon --- lib/python/Screens/InfoBarGenerics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2