From 85a8ad979e678d9948102e1d7811e46e3f9f57f3 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 2 Apr 2009 10:16:07 +0200 Subject: [PATCH] small ConfigSelection fix --- lib/python/Components/config.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2