X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d3f23bc82dcf800c265938a6bc7d07f5c61e924a..cf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8:/lib/python/Components/Sources/List.py diff --git a/lib/python/Components/Sources/List.py b/lib/python/Components/Sources/List.py index 0480dd65..89e1e71c 100644 --- a/lib/python/Components/Sources/List.py +++ b/lib/python/Components/Sources/List.py @@ -47,6 +47,7 @@ to generate HTML.""" def setIndex(self, index): if self.master is not None: self.master.index = index + self.selectionChanged(index) @cached def getIndex(self):