X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4ee4872e58477d2ffbc0c279a49408ee84176f0a..57794b7710b06a1dcc156a91c84bb8316f104f06:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index c810e14b..4df02d5d 100755 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -287,6 +287,7 @@ class ConfigSelection(ConfigElement): if default is None: default = self.choices.default() + self.default = default if self.value not in self.choices: self.value = default