diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-20 15:36:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-20 15:36:57 +0000 |
| commit | d66a85b467e8e5844603272cf34657a10461b984 (patch) | |
| tree | f556b7f0daadc60cc33387d406d06f35fbe01030 /lib/python | |
| parent | 781220c0da56eb1ccbed096fc731da9161d654a3 (diff) | |
| download | enigma2-d66a85b467e8e5844603272cf34657a10461b984.tar.gz enigma2-d66a85b467e8e5844603272cf34657a10461b984.zip | |
update blue button
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index e7dbcfb5..d9fedf9a 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 |
