aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-03-26 21:46:43 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-03-26 21:46:43 +0000
commit4b6e60c85c9a624e338edf67e1dd105f0cb9eba1 (patch)
tree2f2fb128280191f49426abb84a79434ee60a2d0c /lib/python
parent9bdbf5227797b240f1d95405716af2a12df233e6 (diff)
downloadenigma2-4b6e60c85c9a624e338edf67e1dd105f0cb9eba1.tar.gz
enigma2-4b6e60c85c9a624e338edf67e1dd105f0cb9eba1.zip
fix typo
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 1 insertions, 1 deletions
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