aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-04-06 01:35:50 +0200
committerFelix Domke <tmbinc@elitedvb.net>2009-04-06 01:35:50 +0200
commit3e45b153a93894c4c382d3ba5ded974c738e9589 (patch)
tree661852a49b2cf364d7e14fc2a161d62f37badbbc /lib/python/Components
parentdc46dad972d745f6e06ecb3324c037aeee479360 (diff)
parent4085402550f7816a15ac1be4cf46b46e48369562 (diff)
downloadenigma2-3e45b153a93894c4c382d3ba5ded974c738e9589.tar.gz
enigma2-3e45b153a93894c4c382d3ba5ded974c738e9589.zip
Merge branch 'master' of /home/tmbinc/enigma2-git
Diffstat (limited to 'lib/python/Components')
-rwxr-xr-xlib/python/Components/config.py1
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