From 3361460b4274e5fcbe0ec39e702ab16f69129c4f Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 24 Aug 2006 12:42:41 +0000 Subject: [PATCH] small 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 2dc19bfd..e140295d 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -349,6 +349,7 @@ class configText(NumericalTextInput): try: self.Text = self.parent.value.decode("utf-8") except UnicodeDecodeError: + self.Text = self.parent.value print "utf8 kaputt!" def checkValues(self): -- 2.30.2