fix edje custom states on proxy parts

This commit is contained in:
Mike Blumenkrantz 2013-05-09 09:57:56 +01:00
parent ffba364857
commit b58cd30817
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-05-08 Mike Blumenkrantz
* Edje: fix custom states for proxy parts
2013-05-07 Rafael Antognolli
* Evas: Added evas_event_input_multi_up/down().

1
NEWS
View File

@ -262,3 +262,4 @@ Fixes:
* Evas textblock: Fixed line size calculation when using multiple fonts.
* Evas: Fix gif loader can't load image which has normal frames and error frames
* Ecore_Input_Evas: Fix ecore_input_evas didn't check the device id of mouse event
* Edje: fix custom states for proxy parts

View File

@ -1744,6 +1744,7 @@ _edje_embryo_fn_custom_state(Embryo_Program *ep, Embryo_Cell *params)
ALLOC_DESC(GROUP, Common, d);
ALLOC_COPY_DESC(IMAGE, Image, d, image);
ALLOC_COPY_DESC(PROXY, Proxy, d, proxy);
ALLOC_COPY_DESC(TEXT, Text, d, text);
ALLOC_COPY_DESC(TEXTBLOCK, Text, d, text);
ALLOC_COPY_DESC(BOX, Box, d, box);