Fixing Macro

Author:    Thiago Ribeiro Masaki <masaki at profusion.mobi>

SVN revision: 51055
This commit is contained in:
Tiago Rezende Campos Falcao 2010-08-12 18:24:48 +00:00
parent 168b0a7ed4
commit 00c8c7e257
1 changed files with 1 additions and 1 deletions

View File

@ -1836,7 +1836,7 @@ edje_edit_part_name_set(Evas_Object *obj, const char* part, const char* new_name
edje_edit_part_api_##Value##_set(Evas_Object *obj, const char *part, const char *s) \
{ \
GET_RP_OR_RETURN(EINA_FALSE); \
_edje_if_string_free(ed, rp->part->api.name); \
_edje_if_string_free(ed, rp->part->api.Value); \
rp->part->api.Value = eina_stringshare_add(s); \
return EINA_TRUE; \
}