fix entry_changed
[vuplus_dvbapp] / lib / python / Components / Converter / StringList.py
index 213f08b..b21a7cf 100644 (file)
@@ -52,4 +52,5 @@ class StringList(Converter):
        index = property(getIndex, setIndex)
 
        def entry_changed(self, index):
-               self.downstream_elements.entry_changed(index)
+               if self.content:
+                       self.content.invalidateEntry(index)