conformant: find conformant part's owner again if owner is null before sending update... accepted/tizen/3.0/common/20161214.074546 accepted/tizen/3.0/ivi/20161213.024146 accepted/tizen/3.0/mobile/20161213.024041 accepted/tizen/3.0/tv/20161213.024104 accepted/tizen/3.0/wearable/20161213.024124 accepted/tizen/common/20161212.185446 accepted/tizen/ivi/20161213.002658 accepted/tizen/mobile/20161213.002516 accepted/tizen/tv/20161213.002559 accepted/tizen/wearable/20161213.002634 submit/tizen/20161212.024344 submit/tizen_3.0/20161212.024415
authorSeunghun Lee <shiin.lee@samsung.com>
Sat, 10 Dec 2016 08:22:16 +0000 (17:22 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 12 Dec 2016 02:33:47 +0000 (11:33 +0900)
commitefa6e44a739720e2429844de9d11b038cbbf1d12
tree677e642c70981d200ebd0315aa1b07a83f37d18f
parentc48655089e59b4df9784581a91fd067d25da13f0
conformant: find conformant part's owner again if owner is null before sending update of area.

since vkbd's parent can be NULL at the time of vkbd's object is shown, so call
'_conf_part_owner_find' again. the better way I think is exporting related API
so that clipboard and vkbd modules can set its owner directly, or we can use
event mechanism, or checking fetch flag every time we enter the idle (but fetch
flag can be false, careful), and calling '_conf_state_update' at that time.
we need to consider using like this.

Change-Id: I1aacedb28571cc3adf525a9cc1490d0500c8c34d
src/bin/e_policy_conformant.c