From: Andreas Monzner Date: Thu, 24 Aug 2006 12:42:41 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~3046 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/3361460b4274e5fcbe0ec39e702ab16f69129c4f small fix --- 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):