~brandontschaefer/unity/fix-915828

« back to all changes in this revision

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

  • Committer: Brandon Schaefer
  • Date: 2012-02-02 04:01:30 UTC
  • Revision ID: brandontschaefer@gmail.com-20120202040130-g1sidz8mjw1q2iz3
Changed to use a signal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  visible_ = true;
85
85
  bg_effect_helper_.enabled = true;
86
86
  search_bar_->text_entry()->SelectAll();
87
 
  search_bar_->im_focus = true;
88
87
}
89
88
 
90
89
void DashView::AboutToHide()
91
90
{
92
91
  visible_ = false;
93
92
  bg_effect_helper_.enabled = false;
94
 
  search_bar_->im_focus = false;
95
93
}
96
94
 
97
95
void DashView::SetupBackground()