Also use an edit object when generating the source.

SVN revision: 48231
This commit is contained in:
Iván Briano 2010-04-22 20:29:35 +00:00
parent 78ff22f2dc
commit 8b706a1786
1 changed files with 1 additions and 1 deletions

View File

@ -6392,7 +6392,7 @@ _edje_generate_source_of_group(Edje *ed, const char *group, Eina_Strbuf *buf)
char *data;
Eina_Bool ret = EINA_TRUE;
obj = edje_object_add(ed->evas);
obj = edje_edit_object_add(ed->evas);
if (!edje_object_file_set(obj, ed->file->path, group)) return EINA_FALSE;
BUF_APPENDF(I1"group { name: \"%s\";\n", group);