aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-27 23:04:51 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-27 23:04:51 +0000
commita8f3a47d541932f5d122623321f7ac5b758aa35a (patch)
tree6872fa2d8621f50e6ccbb6bbfc0bd0dead929664 /lib/python/Screens/ChannelSelection.py
parent8d162c6432e74a8f2a2982a017b8af528223c8e7 (diff)
downloadenigma2-a8f3a47d541932f5d122623321f7ac5b758aa35a.tar.gz
enigma2-a8f3a47d541932f5d122623321f7ac5b758aa35a.zip
fix ChannelSelectionBase to work with SimpleChannelSelection
channelselection is now opened when pressing left/right in the TimerEntry
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)