Edje: edje edit - ability to remove last item in BOX/TABLE
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Thu, 19 Mar 2015 13:19:55 +0000 (15:19 +0200)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Thu, 19 Mar 2015 13:19:55 +0000 (15:19 +0200)
commita21f0535717c26ac23d5a22f337cbdbcea3998cc
treea2fca10ce90f1ff87df9ba296fd7f2889115ab20
parentb191379d1db3b90ae8c0150117035b4c5d318f2b
Edje: edje edit - ability to remove last item in BOX/TABLE

Removing last item in BOX/TABLE part is actually successful
but then we shouldn't realloc an array of items for 0 items.
That's ridiculous
(and because of that function removes EINA_FALSE,
so user could think that it's unable to remove last item).

So simply array can be set into NULL.

@fix
src/lib/edje/edje_edit.c