~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
  if (object->Type().IsDerivedFromType(unity::dash::ResultViewGrid::StaticObjectType))
300
300
    return unity_rvgrid_accessible_new(object);
301
301
 
302
 
  if (object->Type().IsDerivedFromType(unity::dash::SearchBar::StaticObjectType))
 
302
  if (object->Type().IsDerivedFromType(unity::SearchBar::StaticObjectType))
303
303
    return unity_search_bar_accessible_new(object);
304
304
 
305
305
  if (object->Type().IsDerivedFromType(unity::switcher::SwitcherView::StaticObjectType))