Clear search text after activation

svn path=/trunk/; revision=113
This commit is contained in:
Colin Walters 2008-12-03 20:18:10 +00:00
parent 6bd31dd211
commit d4be819d91

View File

@ -81,6 +81,7 @@ Sideshow.prototype = {
});
});
this._searchEntry.connect('activate', function (se) {
me._searchEntry.text = '';
me._appdisplay.searchActivate();
return true;
});