push down initial 'changed' event
[enigma2.git] / lib / python / Components / Converter / MenuEntryCompare.py
index 42cdc5d163fbb8ed1dc4483067e9f8e38a5a3d3d..9f8228e19a65c35f80aded5fb45d2b2e9295c6d9 100644 (file)
@@ -20,6 +20,7 @@ class MenuEntryCompare(Converter, object):
 
        boolean = property(getBool)
 
-       def changed(self, *args, **kwargs):
-               if args[0][0] == self.CHANGED_DEFAULT:
+       def changed(self, what):
+               if what[0] == self.CHANGED_DEFAULT:
                        self.source.onSelectionChanged.append(self.selChanged)
+               Converter.changed(self, what)