X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a291e3dc1c083185ed5588bd04ba27ba0ad27b75..54ef002317d169d6dafbe48735560676435ce53d:/lib/python/Screens/EventView.py diff --git a/lib/python/Screens/EventView.py b/lib/python/Screens/EventView.py index 498702e5..86947461 100644 --- a/lib/python/Screens/EventView.py +++ b/lib/python/Screens/EventView.py @@ -39,8 +39,8 @@ class EventViewBase: self.onShown.append(self.onCreate) def onCreate(self): - self.setEvent(self.event) self.setService(self.currentService) + self.setEvent(self.event) def prevEvent(self): if self.cbFunc is not None: @@ -62,6 +62,7 @@ class EventViewBase: print "Timeredit aborted" def setService(self, service): + self.currentService=service if self.isRecording: self["channel"].setText(_("Recording"))