From b9aeffa4fe90d348eb15b9a5c8f707e1f779bbca Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 26 Mar 2007 15:21:19 +0000 Subject: re-add (unused) blinking point in radio infobar to make e2 happy... --- lib/python/Screens/ChannelSelection.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Screens/ChannelSelection.py') diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 7f9f797e..1ccddf75 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -14,6 +14,7 @@ from Components.Sources.Clock import Clock from Components.Sources.RdsDecoder import RdsDecoder from Components.Input import Input from Components.ParentalControl import parentalControl +from Components.Pixmap import BlinkingPixmapConditional from Screens.InputBox import InputBox, PinInput from Screens.MessageBox import MessageBox from Screens.ServiceInfo import ServiceInfo @@ -1267,6 +1268,8 @@ class RadioInfoBar(Screen, InfoBarEvent, InfoBarServiceName): InfoBarServiceName.__init__(self) self["CurrentTime"] = Clock() self["RdsDecoder"] = RdsDecoder(self.session.nav) + self["BlinkingPoint"] = BlinkingPixmapConditional() + self["BlinkingPoint"].hide() class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG): ALLOW_SUSPEND = True -- cgit v1.2.3