small fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 24 Aug 2006 12:42:41 +0000 (12:42 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 24 Aug 2006 12:42:41 +0000 (12:42 +0000)
lib/python/Components/config.py

index 2dc19bfdbb7dbfa6a05af24434bb792aa437462a..e140295d2ee9089c27fbd49a04c27e01cc5430ba 100644 (file)
@@ -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):