Also change group name in the Edje smart data

SVN revision: 51279
This commit is contained in:
Iván Briano 2010-08-18 14:38:27 +00:00
parent f9db3d6b84
commit eded23d2d0
1 changed files with 1 additions and 0 deletions

View File

@ -1069,6 +1069,7 @@ edje_edit_group_name_set(Evas_Object *obj, const char *new_name)
pce->entry = eina_stringshare_add(new_name);
pc->part = pce->entry;
eina_stringshare_replace(&ed->group, new_name);
return EINA_TRUE;
}