From: Andreas Monzner Date: Mon, 26 Mar 2007 21:46:43 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~2336 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4b6e60c85c9a624e338edf67e1dd105f0cb9eba1 fix typo --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 1ccddf75..426d27e3 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -14,7 +14,7 @@ from Components.Sources.Clock import Clock from Components.Sources.RdsDecoder import RdsDecoder from Components.Input import Input from Components.ParentalControl import parentalControl -from Components.Pixmap import BlinkingPixmapConditional +from Components.Pixmap import PixmapConditional from Screens.InputBox import InputBox, PinInput from Screens.MessageBox import MessageBox from Screens.ServiceInfo import ServiceInfo