From d4089d9558c91a8c2a5a8d10b5157063919d42b8 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 28 Feb 2013 09:16:46 +0000 Subject: [PATCH] fix edje SPACER part custom states --- ChangeLog | 4 ++++ NEWS | 1 + src/lib/edje/edje_embryo.c | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd1ab81..5a54215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS index 71d46a4..4ddc3f5 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/src/lib/edje/edje_embryo.c b/src/lib/edje/edje_embryo.c index 38d194a..ab0012c 100644 --- a/src/lib/edje/edje_embryo.c +++ b/src/lib/edje/edje_embryo.c @@ -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); -- 2.7.4