X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0f9371c1c276eecc360c0051ef073a6974765340..66f8c8df75cc229671bd86a2ebbb2b0924bc6d3e:/lib/python/Screens/ChannelSelection.py diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 483e957f..60742c47 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"] = PixmapConditional() + self["BlinkingPoint"] = PixmapConditional(False) self["BlinkingPoint"].hide() class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG):