efl/legacy/edje/src
Jaehwan Kim 052a06726f Bug fix - about type change in group inherit.
Lately, raster removed the code about the prohibition of type-change in
group inherit.
But about the "part" of different type, the data structure of the their
"description" is different.
So if the type is changed, it have to be reallocated. Current, it is not.

At first, we have to remove the lookups. If we don't, when lookup module
executes, the memory
may be broken. So I removed all lookups for reallocated description before
it is reallocated.
And I changed all description of the "part" is reallocated when the type is
changed.
The attribute of the "part" is remained. Just it reallocated the part of
**_Spec_**.


SVN revision: 66242
2011-12-15 09:15:11 +00:00
..
bin Bug fix - about type change in group inherit. 2011-12-15 09:15:11 +00:00
examples add multisense back in post 1.1 2011-12-04 03:18:49 +00:00
lib Edje entry: Implement ctrl+delete and clean up some comments there. 2011-12-15 08:28:40 +00:00
modules fix eina log for alsa thing to not use \n's 2011-11-10 06:38:15 +00:00
tests add tests and coverage support 2011-09-14 19:02:07 +00:00
Makefile.am From: Prince Kumar Dubey <prince.dubey@samsung.com> 2011-11-04 12:18:13 +00:00