efl_ui_group_item: fix insertion of item at the end
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 11 Sep 2019 17:38:13 +0000 (13:38 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Mon, 16 Sep 2019 01:23:00 +0000 (10:23 +0900)
commit77653a9e142ad77e3e6e873aaae0ab11b95fb30f
tree93c06a6d70733a2356f8f7aec0e5df54cc030f36
parent99c4e017be895e6e4bf97b8a5d01ded8270e71d6
efl_ui_group_item: fix insertion of item at the end

Summary:
in this case here, eina list count already returns the count *including*
the subobject, the case in pack_at below (where also +1 is added) is
different to that, as count is the value *before* the list add.
Depends on D9870

Reviewers: segfaultxavi, zmike, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9871
src/lib/elementary/efl_ui_group_item.c