search: Fix previous commit

It was pushed by accident before it was tested...
This commit is contained in:
Jasper St. Pierre
2013-11-02 20:09:14 -04:00
parent 9cd7ea9371
commit 4965b1ca7b
3 changed files with 5 additions and 5 deletions

View File

@ -894,8 +894,8 @@ const AppSearchProvider = new Lang.Class({
callback(this._appSys.initial_search(terms));
},
getSubsearchResultSet: function(terms, callback, cancellable) {
callbacl(this._appSys.subsearch(previousResults, terms));
getSubsearchResultSet: function(previousResults, terms, callback, cancellable) {
callback(this._appSys.subsearch(previousResults, terms));
},
activateResult: function(result) {