refs bug #429
[enigma2.git] / lib / python / Components / Converter / ServiceName.py
index 18b1f2a592b015233b2041868e56552b9cb27c5c..210c1aab3c225543c175d20330a1627d3423a438 100644 (file)
@@ -47,5 +47,5 @@ class ServiceName(Converter, object):
        text = property(getText)
 
        def changed(self, what):
-               if what[0] != self.CHANGED_SPECIFIC or what[1] in [iPlayableService.evStart]:
+               if what[0] != self.CHANGED_SPECIFIC or what[1] in (iPlayableService.evStart,):
                        Converter.changed(self, what)