aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 8951770a..0534a78d 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -223,6 +223,8 @@ class ChannelSelectionBase(Screen):
self.servicelist = self["list"]
#self["okbutton"] = Button("ok", [self.channelSelected])
+
+ self.lastService = None
self.lastServiceTimer = eTimer()
self.lastServiceTimer.timeout.get().append(self.lastService)