mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Clear search text after activation
svn path=/trunk/; revision=113
This commit is contained in:
parent
6bd31dd211
commit
d4be819d91
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ Sideshow.prototype = {
|
|||
});
|
||||
});
|
||||
this._searchEntry.connect('activate', function (se) {
|
||||
me._searchEntry.text = '';
|
||||
me._appdisplay.searchActivate();
|
||||
return true;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue