elm_genlist: fix recursive call of genlist eo api 58/115058/2
authorWonki Kim <wonki_.kim@samsung.com>
Thu, 16 Feb 2017 06:35:30 +0000 (15:35 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 16 Feb 2017 07:32:45 +0000 (16:32 +0900)
commite82920cc312f4e6a797c532ee915630bdd134362
tree2c86a6a4544f2f56872561d1f65f6e83db270236
parentd6348ae1ddbdb7fb905bf1384afe608a01c4a9af
elm_genlist: fix recursive call of genlist eo api

when user call elm_genlist_policy_set,
It causes stack overflow because policy_set api calls itself.

this commit modifies the policy_set api to call
its parent method body rather than itself.

Change-Id: Id5b56bc351c53e5ae38a31a6b69841e763db0acb
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
src/mobile_lib/elm_genlist.c