diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js index 35e7aae8b..87e3e8a8e 100644 --- a/js/ui/viewSelector.js +++ b/js/ui/viewSelector.js @@ -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();