From: cedric Date: Wed, 15 Feb 2012 13:45:56 +0000 (+0000) Subject: edje: forgot to save the information in the file. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9430ec4b1d4a0b6591a410bdd7f51bd2332f0e53;p=profile%2Fivi%2Fedje.git edje: forgot to save the information in the file. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_data.c b/src/lib/edje_data.c index c1e8186..e8451a2 100644 --- a/src/lib/edje_data.c +++ b/src/lib/edje_data.c @@ -879,4 +879,5 @@ _edje_edd_init(void) EET_DATA_DESCRIPTOR_ADD_BASIC(_edje_edd_edje_part_collection, Edje_Part_Collection, "script_only", script_only, EET_T_UCHAR); EET_DATA_DESCRIPTOR_ADD_BASIC(_edje_edd_edje_part_collection, Edje_Part_Collection, "lua_script_only", lua_script_only, EET_T_UCHAR); EET_DATA_DESCRIPTOR_ADD_BASIC(_edje_edd_edje_part_collection, Edje_Part_Collection, "prop.orientation", prop.orientation, EET_T_INT); + EET_DATA_DESCRIPTOR_ADD_BASIC(_edje_edd_edje_part_collection, Edje_Part_Collection, "broadcast_signal", broadcast_signal, EET_T_UCHAR); }