elm_atspi_bridge: Active descendant changed signal not sent issue fix.
authorShilpa Singh <shilpa.singh@samsung.com>
Mon, 26 Sep 2016 21:28:09 +0000 (14:28 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 26 Sep 2016 22:01:33 +0000 (15:01 -0700)
commitc4c95adc6bb4eacabc5f6e4f306ce15ab51a46cd
tree3e14c3503ec3cd2204fbf7bf898f6e3c463f3fe6
parent5323f7e1735f7ab057e8e248357cd96ceeea4138
elm_atspi_bridge: Active descendant changed signal not sent issue fix.

Summary:
Active descendant changed signal send function checks for wrong object,
hence always returns with out actually sending signal.

The state is set to pd->object_broadcast_mask and not
pd->object_children_broadcast_mask in _set_broadcast_flag function.

Test Plan:
Send the active descandant changed signal from any widget, but signal
is not sent.

Reviewers: kimcinoo, lukasz.stanislawski, cedric

Reviewed By: cedric

Subscribers: jpeg, govi, rajeshps

Differential Revision: https://phab.enlightenment.org/D4318

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elm_atspi_bridge.c