do not allow colon in filenames
[enigma2.git] / lib / python / Components / ServiceName.py
index c3cd8f03e1113ab64b63f99ea58b59cfd19b9a49..8a1480415abd9324584ac3786395d3aba3d0108d 100644 (file)
@@ -10,6 +10,7 @@ class ServiceName(PerServiceDisplay):
                                iPlayableService.evStart: self.newService,
                                iPlayableService.evEnd: self.stopEvent
                        })
+               self.newService()
 
        def newService(self):
                service = self.navcore.getCurrentService()