From: Andreas Monzner Date: Mon, 26 Mar 2007 22:08:34 +0000 (+0000) Subject: disable timer for conditional pixmap.. its just a dummy X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=66f8c8df75cc229671bd86a2ebbb2b0924bc6d3e disable timer for conditional pixmap.. its just a dummy --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 483e957..60742c4 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):