X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8d162c6432e74a8f2a2982a017b8af528223c8e7..1806c7b99229f67aba07d971863f9ed5a725ffbe:/lib/python/Screens/ChannelSelection.py 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)