pre select currently running subservice in subservicelist
[enigma2.git] / lib / python / Components / MenuList.py
index 4e032d43b963b35c66650b70c5320a7fddaf9d8e..b12cb2365d6ba4c85fc31bcea7d3b21b47c0a6a7 100644 (file)
@@ -29,4 +29,7 @@ class MenuList(HTMLComponent, GUIComponent):
 
        def setList(self, list):
                self.list = list
-               self.l.setList(self.list)
\ No newline at end of file
+               self.l.setList(self.list)
+
+       def moveToIndex(self, idx):
+               self.instance.moveSelectionTo(idx)