X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67b53c1cb06988394c35a6e965c99b72b67fe1be..16f9d918460fb645b3e64c65437fda2161abd93c:/lib/python/Components/Renderer/Listbox.py diff --git a/lib/python/Components/Renderer/Listbox.py b/lib/python/Components/Renderer/Listbox.py index ef8206af..7c79acb7 100644 --- a/lib/python/Components/Renderer/Listbox.py +++ b/lib/python/Components/Renderer/Listbox.py @@ -51,7 +51,7 @@ class Listbox(Renderer, object): def getIndex(self): if self.instance is None: - return None + return 0 return self.instance.getCurrentIndex() def moveToIndex(self, index):