X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a62e5192b59710f70a8610dbff84982ad6a98e46..3285eb3ebcd0ba134ac6b80337f8519d5a0da5b0:/lib/python/Components/Sources/List.py diff --git a/lib/python/Components/Sources/List.py b/lib/python/Components/Sources/List.py index 6d083f05..d7221296 100644 --- a/lib/python/Components/Sources/List.py +++ b/lib/python/Components/Sources/List.py @@ -1,5 +1,4 @@ from Source import Source -from Tools.Event import Event from Components.Element import cached class List(Source, object): @@ -31,7 +30,7 @@ to generate HTML.""" def selectionChanged(self, index): if self.disable_callbacks: return - + for x in self.onSelectionChanged: x()