From 41c1cbf33fec98ed50973390d0500fe5522d82d6 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 11 Apr 2006 19:23:52 +0000 Subject: [PATCH] don't display blue knob till pip works properly (PIP doesn't work properly for now! don't activate it! it will eat your box and cat) --- lib/python/Screens/InfoBarGenerics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 424be737..e296038b 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1182,9 +1182,9 @@ class InfoBarAdditionalInfo: self.onLayoutFinish.append(self["ButtonYellowText"].update) self["ButtonBlue"] = PixmapConditional(withTimer = False) - self["ButtonBlue"].setConnect(lambda: True) + self["ButtonBlue"].setConnect(lambda: False) self["ButtonBlueText"] = LabelConditional(text = _("Extensions"), withTimer = False) - self["ButtonBlueText"].setConnect(lambda: True) + self["ButtonBlueText"].setConnect(lambda: False) self.onLayoutFinish.append(self["ButtonBlue"].update) self.onLayoutFinish.append(self["ButtonBlueText"].update) -- 2.30.2