fix bluescreen when wizard ends
[enigma2.git] / lib / python / Screens / EventView.py
index 498702e57386e4dce464db727319b893c9ef80f4..869474615851498b702dc035b9080162423bb43e 100644 (file)
@@ -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"))