diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-02 10:16:07 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-02 10:16:07 +0200 |
| commit | 85a8ad979e678d9948102e1d7811e46e3f9f57f3 (patch) | |
| tree | 656f936e6987122d1b089d87813fa16a108880ae /lib/python/Components/config.py | |
| parent | d892321813a7129f777ab69d05afb8a38cb737b0 (diff) | |
| download | enigma2-85a8ad979e678d9948102e1d7811e46e3f9f57f3.tar.gz enigma2-85a8ad979e678d9948102e1d7811e46e3f9f57f3.zip | |
small ConfigSelection fix
Diffstat (limited to 'lib/python/Components/config.py')
| -rwxr-xr-x | lib/python/Components/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
