diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-05-01 21:24:59 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-05-01 21:24:59 +0000 |
| commit | 3c0244c041cbfda462b2c84132410d5ffa3232da (patch) | |
| tree | f89544cf32397cff42f9b46632b3d8f50542ce1a /lib/python | |
| parent | 55d519c26e9124873ca8be529066df184bd416f1 (diff) | |
| download | enigma2-3c0244c041cbfda462b2c84132410d5ffa3232da.tar.gz enigma2-3c0244c041cbfda462b2c84132410d5ffa3232da.zip | |
activate extensions
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 9daea0b9..9a884449 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -989,7 +989,7 @@ class InfoBarExtensions: self["InstantExtensionsActions"] = HelpableActionMap(self, "InfobarExtensions", { - #"extensions": (self.extensions, "Extensions..."), + "extensions": (self.extensions, "Extensions..."), }) def extensions(self): @@ -1208,9 +1208,9 @@ class InfoBarAdditionalInfo: self.onLayoutFinish.append(self["ButtonYellowText"].update) self["ButtonBlue"] = PixmapConditional(withTimer = False) - self["ButtonBlue"].setConnect(lambda: False) + self["ButtonBlue"].setConnect(lambda: True) self["ButtonBlueText"] = LabelConditional(text = _("Extensions"), withTimer = False) - self["ButtonBlueText"].setConnect(lambda: False) + self["ButtonBlueText"].setConnect(lambda: True) self.onLayoutFinish.append(self["ButtonBlue"].update) self.onLayoutFinish.append(self["ButtonBlueText"].update) |
