aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-12 12:07:55 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-12 12:07:55 +0000
commitf964458318a4a7087b2433c389e21ea654572c66 (patch)
tree6ca44daa16c91eef88df331d53363cd99bc0b6ed /lib/python
parent02172ca65853b9f61d46c0e5e7823ee69f203b83 (diff)
downloadenigma2-f964458318a4a7087b2433c389e21ea654572c66.tar.gz
enigma2-f964458318a4a7087b2433c389e21ea654572c66.zip
fix blue screen in some conditions
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 065d36ca..8d0cdc54 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -439,8 +439,8 @@ class ChannelSelectionBase(Screen):
self.servicePathTV = [ ]
self.servicePathRadio = [ ]
- self.servicePath = None
-
+ self.servicePath = [ ]
+
self.mode = MODE_TV
self.pathChangedDisabled = False