X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a62e5192b59710f70a8610dbff84982ad6a98e46..eca375cca394a4f593cb45e8fa7534620b157aec:/lib/python/Components/Sources/List.py diff --git a/lib/python/Components/Sources/List.py b/lib/python/Components/Sources/List.py index 6d083f05..e141da59 100644 --- a/lib/python/Components/Sources/List.py +++ b/lib/python/Components/Sources/List.py @@ -31,7 +31,7 @@ to generate HTML.""" def selectionChanged(self, index): if self.disable_callbacks: return - + for x in self.onSelectionChanged: x()