genlist needs to iterate exactly once over a fixed list when deselcting all items
authorzmike <michael.blumenkrantz@gmail.com>
Sun, 23 Mar 2014 07:10:15 +0000 (03:10 -0400)
committerzmike <michael.blumenkrantz@gmail.com>
Sun, 23 Mar 2014 07:11:14 +0000 (03:11 -0400)
commit798285515f620ce299deb0af95599a9826264ed7
treed2561b89425ebcb2541952931d566c64088e18f8
parenta3ebeb890a87f8de77b1b6818532e28cd873b572
genlist needs to iterate exactly once over a fixed list when deselcting all items

the selected items list can be modified during deselect from the smart callback, which can cause an infinite loop here

@fix
src/lib/elm_genlist.c