efl - edje entry - dont emit changed on markup set unless text changed 17/83217/2
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Aug 2016 05:27:26 +0000 (14:27 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 11 Aug 2016 04:38:06 +0000 (21:38 -0700)
commiteee106dce285235cdc95dd84a0aed37969fac425
tree81642a0f142448e39c7cb02e19139a57d05b62a6
parentb1c1bcd7991259e279f343c7e0538312bd684a4b
efl - edje entry - dont emit changed on markup set unless text changed

if the text didnt actually change we generat a lot of noise in changed
signals for no change at all in text. shortcut this and check the new
and old text and compare ptrs, 0 length and strings etc.

this fixes T4045

@fix

Change-Id: I889f7e0e7bfa449d991169ee395d2c0c4b6a6178
Signed-off-by: Youngbok Shin <youngb.shin@samsung.com>
src/lib/edje/edje_entry.c