diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-04-02 15:06:02 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-04-02 15:06:02 +0200 |
| commit | daceed220bdfbb2bd48d08372dbb77d450a8be61 (patch) | |
| tree | 71b5c9d7d606b2f70140f2bcce4c711b9f34e4cd /lib/python | |
| parent | 30861128f0afa56c412d9d43a7b3425484854b52 (diff) | |
| parent | 0e108a2c3db6dcfd67bad79dde7a926dab72308d (diff) | |
| download | enigma2-daceed220bdfbb2bd48d08372dbb77d450a8be61.tar.gz enigma2-daceed220bdfbb2bd48d08372dbb77d450a8be61.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
| -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 |
