~didrocks/unity/fixes-natty-finale

« back to all changes in this revision

Viewing changes to src/PlacesResultsView.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-02-10 14:34:30 UTC
  • mto: This revision was merged to the branch mainline in revision 844.
  • Revision ID: neil.patel@canonical.com-20110210143430-z9acupk4e2trlqg6
global search stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
PlacesResultsView::ScrollUp (float stepy, int mousedy)
179
179
{
180
180
  ScrollView::ScrollUp (stepy, mousedy);
181
 
  NeedRedraw ();
182
181
}
183
182
 
184
183
void
185
184
PlacesResultsView::ScrollDown (float stepy, int mousedy)
186
185
{
187
186
  ScrollView::ScrollDown (stepy, mousedy);
188
 
  NeedRedraw ();
189
187
}