~mhr3/unity-lens-applications/no-commands-icon

« back to all changes in this revision

Viewing changes to src/runner.vala

  • Committer: Michal Hruby
  • Date: 2013-01-10 09:31:08 UTC
  • Revision ID: michal.mhr@gmail.com-20130110093108-8ikict5jxkmv61ch
Rename LensSearch to ScopeSearch

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
      scope.categories = categories;
117
117
    }
118
118
 
119
 
    private async void update_search (LensSearch search)
 
119
    private async void update_search (ScopeSearch search)
120
120
    {
121
121
      var model = search.results_model;
122
122
      var executables_match = new Gee.ArrayList<string> ();