X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FConverter%2FMenuEntryCompare.py;h=9f8228e19a65c35f80aded5fb45d2b2e9295c6d9;hb=6f73e6abddf4170357c490966d0e1c622eb376f5;hp=42cdc5d163fbb8ed1dc4483067e9f8e38a5a3d3d;hpb=e9ac30d0d9eadcce3d2872ab2e4380144e49adbc;p=vuplus_dvbapp diff --git a/lib/python/Components/Converter/MenuEntryCompare.py b/lib/python/Components/Converter/MenuEntryCompare.py index 42cdc5d..9f8228e 100644 --- a/lib/python/Components/Converter/MenuEntryCompare.py +++ b/lib/python/Components/Converter/MenuEntryCompare.py @@ -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)