fix edje SPACER part custom states

This commit is contained in:
Mike Blumenkrantz 2013-02-28 09:16:46 +00:00
parent 626f250677
commit d4089d9558
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-28 Mike Blumenkrantz
* fix custom states for edje SPACER parts
2013-02-28 Cedric Bail
* eina_strlcat work with a NULL src.

1
NEWS
View File

@ -182,3 +182,4 @@ Fixes:
* Evas text: Fixed bug with the text object direction detection.
* Evas font: Fixed font run detection for specific cases with 2 different fonts in the middle of a run.
* Evas cache: remove the freed worker from the pthread worker list when it's failed to create a new thread so as not to access it if a thread is working newly.
* fix custom states for edje SPACER parts

View File

@ -1739,6 +1739,7 @@ _edje_embryo_fn_custom_state(Embryo_Program *ep, Embryo_Cell *params)
}
ALLOC_DESC(RECTANGLE, Common, d);
ALLOC_DESC(SPACER, Common, d);
ALLOC_DESC(SWALLOW, Common, d);
ALLOC_DESC(GROUP, Common, d);