aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-09-30 15:05:39 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-09-30 15:05:39 +0000
commit7cdca2a2cfb44ad34a3b36fb589f02b861c411c3 (patch)
treed9944f4ee6a171e9ed3f9c6028d50d012d640070 /lib/python/Screens/InfoBar.py
parent29ca0aed97fb878905fa932facd6515200fc50f5 (diff)
downloadenigma2-7cdca2a2cfb44ad34a3b36fb589f02b861c411c3.tar.gz
enigma2-7cdca2a2cfb44ad34a3b36fb589f02b861c411c3.zip
replace some more Clock() by ObsoleteSource redirect (and fix skin_default), by Moritz Venn
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
-rw-r--r--lib/python/Screens/InfoBar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index eeb0f418..27f75388 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -5,7 +5,7 @@ from Screens.ChannelSelection import ChannelSelectionRadio
from Screens.MessageBox import MessageBox
from Screens.Ci import CiHandler
-from Components.Sources.Clock import Clock
+from Components.Sources.Source import ObsoleteSource
from Components.ActionMap import HelpableActionMap
from Components.config import config
from Components.ServiceEventTracker import ServiceEventTracker
@@ -59,7 +59,7 @@ class InfoBar(InfoBarShowHide,
self.helpList.append((self["actions"], "InfobarActions", [("showMovies", _("view recordings..."))]))
self.helpList.append((self["actions"], "InfobarActions", [("showRadio", _("hear radio..."))]))
- self["CurrentTime"] = Clock()
+ self["CurrentTime"] = ObsoleteSource(new_source = "global.CurrentTime", removal_date = "2008-01")
self.__event_tracker = ServiceEventTracker(screen=self, eventmap=
{