~azzar1/unity/fix-crash-acc-controller

« back to all changes in this revision

Viewing changes to a11y/nux-view-accessible.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2015-12-17 15:35:11 UTC
  • mto: This revision was merged to the branch mainline in revision 4061.
  • Revision ID: mail@3v1n0.net-20151217153511-uv2r2o9r2caiswtl
a11y: move accessibility stuff to its own directory, adding a private lib for building

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
    return FALSE;
296
296
 
297
297
  g_signal_emit_by_name(self, "focus_event", self->priv->key_focused);
298
 
  atk_focus_tracker_notify(ATK_OBJECT(self));
 
298
  atk_object_notify_state_change(ATK_OBJECT(self), ATK_STATE_FOCUSED, self->priv->key_focused);
299
299
  self->priv->pending_notification = FALSE;
300
300
 
301
301
  return TRUE;