dang! crap. that was silly nwo wasn't it! FIX!

SVN revision: 7297
This commit is contained in:
Carsten Haitzler 2003-08-07 23:34:54 +00:00
parent bb3efc106b
commit bab34b26f2
1 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ _edje_file_add(Edje *ed)
char buf[256];
snprintf(buf, sizeof(buf), "collections/%i", id);
if (!ef) eet_open(ed->path, EET_FILE_MODE_READ);
if (!ef) ef = eet_open(ed->path, EET_FILE_MODE_READ);
if (!ef) goto out;
ed->collection = eet_data_read(ef,
_edje_edd_edje_part_collection,