diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-10-09 03:32:46 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-10-09 03:32:46 +0000 |
| commit | 32e4324b9b5e615a84885b9132505e4706ededfe (patch) | |
| tree | 59a0679a05553423489f3dc7fb9d0f3bae7225b0 /lib/python/Components/ServiceList.py | |
| parent | 699d41f217b6d8e91dce499964f8c1a69f5602ed (diff) | |
| download | enigma2-32e4324b9b5e615a84885b9132505e4706ededfe.tar.gz enigma2-32e4324b9b5e615a84885b9132505e4706ededfe.zip | |
service: add sort of servicelist including all required layers
Diffstat (limited to 'lib/python/Components/ServiceList.py')
| -rw-r--r-- | lib/python/Components/ServiceList.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |
