X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f5168f904c3a2189cf9e25f033c3a8cea8456386..a6178fc05f6d296533718694bf8d4ae4bb80f994:/lib/python/Components/ServiceList.py diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index 73727403..93c79296 100644 --- a/lib/python/Components/ServiceList.py +++ b/lib/python/Components/ServiceList.py @@ -32,6 +32,7 @@ class ServiceList(HTMLComponent, GUIComponent): def setRoot(self, root): self.l.setRoot(root) + self.l.sort() # mark stuff def clearMarked(self):