~apinheiro/unity/bug844927

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/LensView.cpp

  • Committer: Gord Allott
  • Author(s): Neil Jagdish Patel
  • Date: 2011-09-08 11:06:36 UTC
  • mfrom: (1502.1.1 remove-initial-result-hacks)
  • Revision ID: gord.allott@canonical.com-20110908110636-8axgefbm6pxii18f
Merging neils branch to remove some hacks revolving around the inital results

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
  group->SetChildView(grid);
162
162
 
163
163
  scroll_layout_->AddView(group, 0);
164
 
 
165
 
  Categories::Ptr categories = lens_->categories;
166
 
  if (category.index + 1 == categories->count())
167
 
  {
168
 
    lens_->Search("---");
169
 
    lens_->Search("");
170
 
  }
171
164
}
172
165
 
173
166
void LensView::OnResultAdded(Result const& result)