elm_win: handle icon object lifetimes more accurately, use icon_name in csd icon 46/75746/2 accepted/tizen/common/20160621.184706 accepted/tizen/ivi/20160622.021051 accepted/tizen/mobile/20160622.020944 accepted/tizen/tv/20160622.021008 accepted/tizen/wearable/20160622.021031 submit/tizen/20160621.113431
authorJinsol Park <jin_sol.park@samsung.com>
Tue, 21 Jun 2016 08:16:00 +0000 (17:16 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 21 Jun 2016 10:56:52 +0000 (03:56 -0700)
commit0969d4acbff49f05d08c01a397c912a0933a087c
treecf0681b70ca81f66b0d6c0d26b0a4dee745b7dd4
parent4f00aef479bd4ae6d285b4052d25e1c317c46b45
elm_win: handle icon object lifetimes more accurately, use icon_name in csd icon

in the case where an icon existed upon having an icon object set, the previous icon
object would be orphaned while still being visible. the new icon would then never
be set into the csd.

@fix

efl opensource patch - 6a1c46613687a358b5a11a129beb66374439e1b4

Change-Id: I87d4b0ff76b6329e84a31529a2f56aeba29f6a7c
src/lib/elm_win.c