aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-05-01 21:24:59 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-05-01 21:24:59 +0000
commit3c0244c041cbfda462b2c84132410d5ffa3232da (patch)
treef89544cf32397cff42f9b46632b3d8f50542ce1a /lib/python
parent55d519c26e9124873ca8be529066df184bd416f1 (diff)
downloadenigma2-3c0244c041cbfda462b2c84132410d5ffa3232da.tar.gz
enigma2-3c0244c041cbfda462b2c84132410d5ffa3232da.zip
activate extensions
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py6
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)