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
@ -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…
Reference in New Issue
Block a user