From 5c544307eedb70b2d5e2e5f2fd05480d4ea26478 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 7 Dec 2005 02:09:07 +0000 Subject: [PATCH] do not delete timer.. (sefault in some situations) --- lib/python/Screens/ChannelSelection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 6db9c521..f273daa7 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -360,7 +360,6 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit): self.lastChannelRootTimer.start(100,True) def onCreate(self): - self.lastChannelRootTimer = None lastroot=eServiceReference(config.tv.lastroot.value) if lastroot.valid(): self.setRoot(lastroot) -- 2.30.2