From: Andreas Monzner Date: Wed, 8 Feb 2006 19:17:21 +0000 (+0000) Subject: dont use onShown .. use onLayoutFinish for hide dish icon X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=b27a6052bb7ca67821f0d6c23b6549ffe70e9dad dont use onShown .. use onLayoutFinish for hide dish icon --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 1824eb5..1a8f88b 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