X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67b53c1cb06988394c35a6e965c99b72b67fe1be..08a14fad38e5c65b5de7875b1d9e20117f5a7513:/lib/python/Screens/Standby.py?ds=sidebyside diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index b572bd80..ab3e413a 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,17 @@ class Standby(Screen): class StandbySummary(Screen): skin = """ - + + + Blink + """ 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