aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-24 12:42:41 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-24 12:42:41 +0000
commit3361460b4274e5fcbe0ec39e702ab16f69129c4f (patch)
tree28981d58eb498b8836cf844feb34a3e3ffda3312 /lib/python
parentf7046d9cc476b4c04d144c2bc46696614b89ace1 (diff)
downloadenigma2-3361460b4274e5fcbe0ec39e702ab16f69129c4f.tar.gz
enigma2-3361460b4274e5fcbe0ec39e702ab16f69129c4f.zip
small fix
Diffstat (limited to 'lib/python')
-rw-r--r--lib/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 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):