X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67085f6d562d83aaabae670146935a6efb04b97d..13c4d4b662a1ff4b2545ccc125b61c47ee4c38a3:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 9ef6dd94..d15c232b 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]