Edje: edje_edit - abort Recursive Reference in edje_edit_part_source_set
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Mon, 2 Feb 2015 09:14:45 +0000 (11:14 +0200)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Mon, 2 Feb 2015 09:37:20 +0000 (11:37 +0200)
commitbac07e79cea59b1859e23d83028763e3f38c087a
tree585baad626ee7b2baa72810e8776e5dff9e63c80
parent45aba1343ea30d96e8c4a1b2d9194a2cf65c457f
Edje: edje_edit - abort Recursive Reference in edje_edit_part_source_set

It is unable to do recursive reference such as:
>   Having group A with GROUP part that has group B as source.
>   Having group B with GROUP part that has group A as source.
Here we have a loop that is not allowed by edje_cc, so edje_edit also need
to check this case.

@fix
src/lib/edje/Edje_Edit.h
src/lib/edje/edje_edit.c