From: Andreas Monzner Date: Wed, 12 Apr 2006 12:07:55 +0000 (+0000) Subject: fix blue screen in some conditions X-Git-Tag: 2.6.0~3631 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f964458318a4a7087b2433c389e21ea654572c66 fix blue screen in some conditions --- 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