From: Andreas Monzner Date: Thu, 22 Jun 2006 21:00:07 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~3280 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/943298497cca504a93122c6e41130c0c54da9079 small fix --- diff --git a/lib/python/Components/Input.py b/lib/python/Components/Input.py index f741eabe..e6e27fab 100644 --- a/lib/python/Components/Input.py +++ b/lib/python/Components/Input.py @@ -33,6 +33,7 @@ class Input(VariableText, HTMLComponent, GUIComponent): def setText(self, text): if not len(text): self.currPos = 0 + self.Text = "" elif isUTF8(text): self.Text = convertUTF8DVB(text, 0) else: