X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1019bd83746ace3233f7409c0dbd307e4ab5fb66..b042ba84124b5641caa551a9f41478a7a563ae82:/lib/python/Screens/ChannelSelection.py 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)