X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/29ca0aed97fb878905fa932facd6515200fc50f5..7cdca2a2cfb44ad34a3b36fb589f02b861c411c3:/lib/python/Screens/Standby.py diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index b572bd80..43c95dbd 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -3,7 +3,7 @@ from Components.ActionMap import ActionMap from Components.config import config from Components.AVSwitch import AVSwitch from enigma import eDVBVolumecontrol, eDBoxLCD -from Components.Sources.Clock import Clock +from Components.Sources.Source import ObsoleteSource inStandby = None @@ -72,14 +72,14 @@ class Standby(Screen): class StandbySummary(Screen): skin = """ - + """ def __init__(self, session, parent): Screen.__init__(self, session) - self["CurrentTime"] = Clock() + self["CurrentTime"] = ObsoleteSource(new_source = "global.CurrentTime", removal_date = "2008-01") from enigma import quitMainloop, iRecordableService from Screens.MessageBox import MessageBox