diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-12 12:07:55 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-12 12:07:55 +0000 |
| commit | f964458318a4a7087b2433c389e21ea654572c66 (patch) | |
| tree | 6ca44daa16c91eef88df331d53363cd99bc0b6ed /lib/python | |
| parent | 02172ca65853b9f61d46c0e5e7823ee69f203b83 (diff) | |
| download | enigma2-f964458318a4a7087b2433c389e21ea654572c66.tar.gz enigma2-f964458318a4a7087b2433c389e21ea654572c66.zip | |
fix blue screen in some conditions
Diffstat (limited to 'lib/python')
| -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 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 |
