diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-04-06 01:35:50 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-04-06 01:35:50 +0200 |
| commit | 3e45b153a93894c4c382d3ba5ded974c738e9589 (patch) | |
| tree | 661852a49b2cf364d7e14fc2a161d62f37badbbc /lib/python/Components | |
| parent | dc46dad972d745f6e06ecb3324c037aeee479360 (diff) | |
| parent | 4085402550f7816a15ac1be4cf46b46e48369562 (diff) | |
| download | enigma2-3e45b153a93894c4c382d3ba5ded974c738e9589.tar.gz enigma2-3e45b153a93894c4c382d3ba5ded974c738e9589.zip | |
Merge branch 'master' of /home/tmbinc/enigma2-git
Diffstat (limited to 'lib/python/Components')
| -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 |
