X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FConverter%2FStringList.py;fp=lib%2Fpython%2FComponents%2FConverter%2FStringList.py;h=acbba3443ccaca4f868b2cc19b2dc7db70f6f0e1;hb=5d697369d7df003246d66e8af6d305035d2488bd;hp=c9488db02216b7ca7df30f3d60e8ac3f5ac80e22;hpb=c46312d7f5ce4113ece4c33595b7192eccadcb1d;p=vuplus_dvbapp diff --git a/lib/python/Components/Converter/StringList.py b/lib/python/Components/Converter/StringList.py index c9488db..acbba34 100644 --- a/lib/python/Components/Converter/StringList.py +++ b/lib/python/Components/Converter/StringList.py @@ -43,3 +43,6 @@ class StringList(Converter): self.master.index = index index = property(getIndex, setIndex) + + def entry_changed(self, index): + self.downstream_elements.entry_changed(index)