aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Converter/StringList.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Converter/StringList.py')
-rw-r--r--lib/python/Components/Converter/StringList.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/Converter/StringList.py b/lib/python/Components/Converter/StringList.py
index c9488db0..acbba344 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)