| Index: athena/home/app_list_view_delegate.cc
|
| diff --git a/athena/home/app_list_view_delegate.cc b/athena/home/app_list_view_delegate.cc
|
| index cfd00dce2d22050095c54446388d6e97e9dd85be..aade3805908462d2a693176c533cd16a1a5fe024 100644
|
| --- a/athena/home/app_list_view_delegate.cc
|
| +++ b/athena/home/app_list_view_delegate.cc
|
| @@ -66,7 +66,7 @@ void AppListViewDelegate::GetShortcutPathForApp(
|
|
|
| void AppListViewDelegate::StartSearch() {
|
| if (search_controller_)
|
| - search_controller_->Start();
|
| + search_controller_->Start(false);
|
| }
|
|
|
| void AppListViewDelegate::StopSearch() {
|
|
|