diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-08-24 12:42:41 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-08-24 12:42:41 +0000 |
| commit | 3361460b4274e5fcbe0ec39e702ab16f69129c4f (patch) | |
| tree | 28981d58eb498b8836cf844feb34a3e3ffda3312 /lib/python/Components/config.py | |
| parent | f7046d9cc476b4c04d144c2bc46696614b89ace1 (diff) | |
| download | enigma2-3361460b4274e5fcbe0ec39e702ab16f69129c4f.tar.gz enigma2-3361460b4274e5fcbe0ec39e702ab16f69129c4f.zip | |
small fix
Diffstat (limited to 'lib/python/Components/config.py')
| -rw-r--r-- | lib/python/Components/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |
