aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-11-07 13:53:41 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-11-07 13:53:41 +0100
commit2fded86dd8d04e121436ec88ab8d1a967a70628f (patch)
tree669aedd55783df19cb69f9b6b48de62c176a20eb /lib/python/Components/config.py
parentbbb82688540582d2049b584e5263cbc0423fb551 (diff)
parentd883e2231e61eaeed7929088f249334a66731b77 (diff)
downloadenigma2-2fded86dd8d04e121436ec88ab8d1a967a70628f.tar.gz
enigma2-2fded86dd8d04e121436ec88ab8d1a967a70628f.zip
Merge branch 'master' into experimental
Diffstat (limited to 'lib/python/Components/config.py')
-rwxr-xr-xlib/python/Components/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index a1f3d2c3..a596b96d 100755
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -1184,7 +1184,6 @@ class ConfigSatlist(ConfigSelection):
def __init__(self, list, default = None):
if default is not None:
default = str(default)
- list.sort(key = lambda x: int(x[0]))
self._satList = list
choices = [(str(orbpos), desc) for (orbpos, desc, flags) in list]