Wrong return value here.

SVN revision: 50778
This commit is contained in:
Gustavo Lima Chaves 2010-08-03 18:36:42 +00:00
parent 83c74eccb5
commit da771758de
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ edje_edit_group_name_set(Evas_Object *obj, const char *new_name)
pce->entry = eina_stringshare_add(new_name);
pc->part = pce->entry;
return EINA_FALSE;
return EINA_TRUE;
}
#define FUNC_GROUP_ACCESSOR(Class, Value) \