diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-11 17:14:16 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-11 17:14:16 +0000 |
| commit | 1837e66b4c16260152cc9e98d7331dea368ea565 (patch) | |
| tree | ce70a07852c28f6f2f57bcc1436b5f082311a61e /lib/python/Screens/ChannelSelection.py | |
| parent | 15ff50e3d3a33591b433a5c479798abae4966eb7 (diff) | |
| download | enigma2-1837e66b4c16260152cc9e98d7331dea368ea565.tar.gz enigma2-1837e66b4c16260152cc9e98d7331dea368ea565.zip | |
finally use new styled skins for infobar, menu
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |
