atspi: emit i18n name change signal only for highlighted object 71/255771/3 accepted/tizen/unified/20210330.111316 submit/tizen/20210329.004856
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 23 Mar 2021 10:47:05 +0000 (19:47 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 25 Mar 2021 01:52:07 +0000 (10:52 +0900)
commit7e891a61acb0e3c782180d49e8b827427d481948
tree4f12986840401f2b43e5b43504048b78b8e9b0d4
parentb60471770b9681db3193a3e1692a1d1e5a42206b
atspi: emit i18n name change signal only for highlighted object

User could change genlist item text even though it does not have highlight.
And if user changes for all items, then it make unnecessary ipc call.

There was a problem that too much signal was generated.
It seems that there would be root reason of this problem.
Before finding it, this could be reasonable solution.

*tizen_fix

Change-Id: I93d7c914d1693e18670c2169536a4041526b21ca
src/lib/elementary/elm_genlist.c
src/lib/elementary_tizen/elm_genlist.c