Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webtoolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index b6ad558..2fb98f5 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -231,6 +231,7 @@ class WebEntry(iconentry.IconEntry):
return True
elif keyname == 'Escape':
self._search_window.hide()
+ self.props.text = ''
return True
return False