edje: forgot to save the information in the file.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 15 Feb 2012 13:45:56 +0000 (13:45 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 15 Feb 2012 13:45:56 +0000 (13:45 +0000)
SVN revision: 67984

legacy/edje/src/lib/edje_data.c

index c1e8186..e8451a2 100644 (file)
@@ -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);
 }