aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-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