* Evas: fix infinite loop if app use ecore evas image

app have to call update add function after object data set
This commit is contained in:
Jiyoun Park 2013-07-23 17:01:36 +09:00
parent 8f11c31396
commit 75a39b02bd
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-07-22 Jiyoun Park
* Evas: fix infinite loop if app use ecore evas image
2013-07-22 José Roberto de Souza
* Edje: Refactor signal callbacks flags

1
NEWS
View File

@ -316,6 +316,7 @@ Fixes:
- Fix evas_common_convert_yuv_42* functions to actually return the converted data.
- Fix jpeg loader cannot deal with exif information correctly.
- Fix issue when parsing formats with quotes.
- Fix infinite loop if app use ecore evas image
* Ecore:
- Don't leak fd on exec.
- Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly.

View File

@ -1612,9 +1612,7 @@ _image_data_set(Eo *eo_obj, void *_pd, va_list *list)
EVAS_OBJECT_WRITE_IMAGE_FREE_FILE_AND_KEY(o);
o->pixels_checked_out = 0;
}
o->changed = EINA_TRUE;
if (resize_call) evas_object_inform_call_image_resize(eo_obj);
evas_object_change(eo_obj, obj);
}
EAPI void *