mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
search-entry: Fix clicks on the clear icon
onTextChanged() called a non-existent method, fix that https://bugzilla.gnome.org/show_bug.cgi?id=647098
This commit is contained in:
parent
fb019a7cbf
commit
59e3cbb36b
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ SearchTab.prototype = {
|
|||
if (this._iconClickedId == 0) {
|
||||
this._iconClickedId = this._entry.connect('secondary-icon-clicked',
|
||||
Lang.bind(this, function() {
|
||||
this.reset();
|
||||
this._reset();
|
||||
}));
|
||||
}
|
||||
this._activate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue