- While recording, collect startcodes and save them into ".sc"-files
[vuplus_dvbapp] / lib / python / Components / Renderer / Listbox.py
index 8e510b4..7a89533 100644 (file)
@@ -78,3 +78,7 @@ class Listbox(Renderer, object):
 
        def changed(self, what):
                self.content = self.source.content
+
+       def entry_changed(self, index):
+               if self.instance is not None:
+                       self.instance.entryChanged(index)