From 943298497cca504a93122c6e41130c0c54da9079 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 22 Jun 2006 21:00:07 +0000 Subject: [PATCH] small fix --- lib/python/Components/Input.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.30.2