From f964458318a4a7087b2433c389e21ea654572c66 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 12 Apr 2006 12:07:55 +0000 Subject: [PATCH 1/1] fix blue screen in some conditions --- lib/python/Screens/ChannelSelection.py | 4 ++-- 1 file 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 -- 2.30.2