X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67b53c1cb06988394c35a6e965c99b72b67fe1be..7579ae7495f580bfa86f4216ef15811f54588c5a:/lib/python/Components/Sources/List.py diff --git a/lib/python/Components/Sources/List.py b/lib/python/Components/Sources/List.py index d7221296..82504401 100644 --- a/lib/python/Components/Sources/List.py +++ b/lib/python/Components/Sources/List.py @@ -49,7 +49,7 @@ to generate HTML.""" if self.master is not None: return self.master.index else: - return -1 + return None setCurrentIndex = setIndex