SVN revision: 16338
This commit is contained in:
sebastid 2005-08-25 13:16:21 +00:00 committed by sebastid
parent 8c3e630528
commit 16b65b2d89
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags)
{
snprintf(buf, sizeof(buf), "images/%i", image_id);
evas_object_image_file_set(ep->object, ed->file->path, buf);
if (evas_object_image_load_error_get(ep->object) != EVAS_LOAD_ERROR_NONE)
if (evas_object_image_load_error_get(ep->object) != EVAS_LOAD_ERROR_NONE)
{
printf("EDJE: Error loading image collection \"%s\" from file \"%s\"\n",
buf, ed->file->path);