From 1837e66b4c16260152cc9e98d7331dea368ea565 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 11 Jul 2006 17:14:16 +0000 Subject: finally use new styled skins for infobar, menu --- lib/python/Screens/ChannelSelection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens/ChannelSelection.py') diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index a52fd367..cd159681 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -10,7 +10,7 @@ from Screens.FixedMenu import FixedMenu from Tools.NumericalTextInput import NumericalTextInput from Components.NimManager import nimmanager from Components.ServiceName import ServiceName -from Components.Clock import Clock +from Components.Sources.Clock import Clock from Components.EventInfo import EventInfo from Components.Input import Input from Screens.InputBox import InputBox @@ -1080,7 +1080,7 @@ class RadioInfoBar(Screen, InfoBarEvent, InfoBarServiceName, InfoBarInstantRecor InfoBarEvent.__init__(self) InfoBarServiceName.__init__(self) InfoBarInstantRecord.__init__(self) - self["Clock"] = Clock() + self["CurrentTime"] = Clock() class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG): def __init__(self, session): -- cgit v1.2.3