From: Andreas Monzner Date: Mon, 26 Mar 2007 22:05:36 +0000 (+0000) Subject: live is hard X-Git-Tag: 2.6.0~2335 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0f9371c1c276eecc360c0051ef073a6974765340 live is hard --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 426d27e3..483e957f 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -1268,7 +1268,7 @@ class RadioInfoBar(Screen, InfoBarEvent, InfoBarServiceName): InfoBarServiceName.__init__(self) self["CurrentTime"] = Clock() self["RdsDecoder"] = RdsDecoder(self.session.nav) - self["BlinkingPoint"] = BlinkingPixmapConditional() + self["BlinkingPoint"] = PixmapConditional() self["BlinkingPoint"].hide() class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG):