diff --git a/js/ui/overlay.js b/js/ui/overlay.js index 30028cda6..6a7966261 100644 --- a/js/ui/overlay.js +++ b/js/ui/overlay.js @@ -81,6 +81,7 @@ Sideshow.prototype = { }); }); this._searchEntry.connect('activate', function (se) { + me._searchEntry.text = ''; me._appdisplay.searchActivate(); return true; });