Clear search text after activation
svn path=/trunk/; revision=113
This commit is contained in:
parent
6bd31dd211
commit
d4be819d91
@ -81,6 +81,7 @@ Sideshow.prototype = {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
this._searchEntry.connect('activate', function (se) {
|
this._searchEntry.connect('activate', function (se) {
|
||||||
|
me._searchEntry.text = '';
|
||||||
me._appdisplay.searchActivate();
|
me._appdisplay.searchActivate();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user