* edje: fix version detection.

SVN revision: 50940
This commit is contained in:
Cedric BAIL 2010-08-09 18:31:25 +00:00
parent f3894fdd27
commit ca93c6e5e4
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ _edje_file_convert(Eet_File *ef, Old_Edje_File *oedf)
Eina_List *l;
Edje_Data *ed;
if (oedf->version != 2) return NULL;
if (oedf->version < 2) return NULL;
edf = calloc(1, sizeof (Edje_File));
if (!edf) return NULL;