do not delete timer.. (sefault in some situations)
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 6db9c52153bd7dc5d2985537d69d18188dd2b1cb..f273daa7a8c2afd20a9e8bc986a0b7d2176a1216 100644 (file)
@@ -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)