From: Andreas Monzner Date: Wed, 7 Dec 2005 02:09:07 +0000 (+0000) Subject: do not delete timer.. (sefault in some situations) X-Git-Tag: 2.6.0~4800 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5c544307eedb70b2d5e2e5f2fd05480d4ea26478?ds=sidebyside do not delete timer.. (sefault in some situations) --- 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)