efl - edje entry - dont emit changed on markup set unless text changed
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Aug 2016 05:27:26 +0000 (14:27 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Aug 2016 05:27:26 +0000 (14:27 +0900)
commitdd584b9f79ec41b53ca620ae534fcf84f12e30a9
treeded6319d0e33504565a1b24165b5041042b400df
parent94af40b3b6109890e25f7c1432ed3d291b26227e
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
src/lib/edje/edje_entry.c