diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-26 21:46:43 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-26 21:46:43 +0000 |
| commit | 4b6e60c85c9a624e338edf67e1dd105f0cb9eba1 (patch) | |
| tree | 2f2fb128280191f49426abb84a79434ee60a2d0c /lib/python | |
| parent | 9bdbf5227797b240f1d95405716af2a12df233e6 (diff) | |
| download | enigma2-4b6e60c85c9a624e338edf67e1dd105f0cb9eba1.tar.gz enigma2-4b6e60c85c9a624e338edf67e1dd105f0cb9eba1.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 2 |
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 |
