From d66a85b467e8e5844603272cf34657a10461b984 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 20 Feb 2006 15:36:57 +0000 Subject: [PATCH] update blue button --- lib/python/Screens/InfoBarGenerics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index e7dbcfb..d9fedf9 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1057,6 +1057,7 @@ class InfoBarAdditionalInfo: self["ButtonBlue"].setConnect(lambda: False) self["ButtonBlueText"] = LabelConditional(text = _("Extensions"), withTimer = False) self["ButtonBlueText"].setConnect(lambda: False) + self.onLayoutFinish.append(self["ButtonBlue"].update) self.onLayoutFinish.append(self["ButtonBlueText"].update) self.session.nav.event.append(self.gotServiceEvent) # we like to get service events -- 2.7.4