diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-22 21:00:07 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-22 21:00:07 +0000 |
| commit | 943298497cca504a93122c6e41130c0c54da9079 (patch) | |
| tree | 39c896438936c7828f868fd883124f73ced57ca5 /lib/python/Components | |
| parent | 8ed781e0e3cd85b08ca32cac3641e384070b736c (diff) | |
| download | enigma2-943298497cca504a93122c6e41130c0c54da9079.tar.gz enigma2-943298497cca504a93122c6e41130c0c54da9079.zip | |
small fix
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Input.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
