* edje: typo.

SVN revision: 50857
This commit is contained in:
Cedric BAIL 2010-08-06 08:59:51 +00:00
parent 18f7411d9e
commit 24332dd3eb
1 changed files with 1 additions and 1 deletions

View File

@ -4478,7 +4478,7 @@ edje_edit_program_add(Evas_Object *obj, const char *name)
/* By default, source and signal are empty, so they fill in nocmp category */
ed->collection->programs.nocmp = realloc(ed->collection->programs.nocmp,
sizeof (Edje_Program*) * ed->collection->programs.nocmp_count + 1);
sizeof (Edje_Program*) * (ed->collection->programs.nocmp_count + 1));
ed->collection->programs.nocmp[ed->collection->programs.nocmp_count++] = epr;
//Init Edje_Program