genlist: fix a crash when deleting a item in selected callback.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 14 Jan 2015 14:30:43 +0000 (23:30 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 14 Jan 2015 14:30:43 +0000 (23:30 +0900)
commitc80b24baf815e35c160bf0dbe8ecae6ea247aef8
tree8f2ec75e8fb7d797b9eef952e1cc3ed242949671
parentad5c83b6686370acc7300a1eb3a39bb6a47b9571
genlist: fix a crash when deleting a item in selected callback.

if user deletes the item in the callback,
current function(_item_select) would be corrupted.
just leave the callback call in the last of the function.
src/lib/elm_genlist.c