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:
Nohemi Fernandez 2011-04-07 12:52:54 -04:00 committed by Florian Müllner
parent fb019a7cbf
commit 59e3cbb36b

View File

@ -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();