~azzar1/unity/fix-1028810

« back to all changes in this revision

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

  • Committer: Andrea Azzarone
  • Date: 2012-08-22 13:14:18 UTC
  • mfrom: (2516.1.92 unity)
  • Revision ID: azzaronea@gmail.com-20120822131418-mrfwx82k39xnvl9e
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
    g_debug("[a11y] Launcher accessible created correctly");
225
225
  }
226
226
 
227
 
  launcher_icon = new SimpleLauncherIcon();
 
227
  launcher_icon = new SimpleLauncherIcon(unity::launcher::AbstractLauncherIcon::IconType::NONE);
228
228
  launcher_icon->SinkReference();
229
229
  launcher_icon_accessible = unity_a11y_get_accessible(launcher_icon);
230
230