Updating img collection to according with new edje. By Fidencio.

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

SVN revision: 51002
This commit is contained in:
Tiago Rezende Campos Falcao 2010-08-11 16:23:43 +00:00
parent acefc2a54c
commit 1dd3fb5031
1 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ _edje_import_image_file(Edje *ed, const char *path, int id)
return EINA_FALSE;
}
snprintf(entry, sizeof(entry), "images/%i", id);
snprintf(entry, sizeof(entry), "edje/images/%i", id);
/* write the image data */
bytes = eet_data_image_write(eetf, entry,
@ -4198,7 +4198,7 @@ edje_edit_image_del(Evas_Object *obj, const char* name)
return EINA_FALSE;
}
snprintf(entry, sizeof(entry), "images/%i", de->id);
snprintf(entry, sizeof(entry), "edje/images/%i", de->id);
if (eet_delete(eetf, entry) <= 0)
{