fix ChannelSelectionBase to work with SimpleChannelSelection
[vuplus_dvbapp] / lib / python / Screens / ChannelSelection.py
index 8951770..0534a78 100644 (file)
@@ -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)