elm/genlist: use correct type of list when iterating
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 2 Aug 2018 20:42:56 +0000 (16:42 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 8 Aug 2018 02:19:28 +0000 (11:19 +0900)
commit44f37d7800425f4df611d71d3361d3ad88352368
treeb90f6f91c01deb3772cc907d8a26f572fc6fd050
parent86e2e324c78aa4ed999a5db1c9ca51ef0ad135a4
elm/genlist: use correct type of list when iterating

itb-items is Eina_List, not Eina_Inlist. this crashes due to wrong type
use

ref D6720
fix T7246

Differential Revision: https://phab.enlightenment.org/D6736
src/lib/elementary/elm_genlist.c