Genlist: fix multiselect for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_mode
authorUmesh Tanwar <umesh.tanwar@samsung.com>
Fri, 1 May 2015 03:05:07 +0000 (12:05 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 1 May 2015 03:05:07 +0000 (12:05 +0900)
commitd27b9ddf921c83101afbd2e274684df46110f741
tree88a8a0c21d6e623c41971fa780caf9fb5bc353e7
parentb29af75bc83253a2cde5f3b4571b65991b8a19ce
Genlist: fix multiselect for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_mode

Summary:
fix the _item_multi_select_down() function for
ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_mode.
_item_multi_select_up is right, but _item_multi_select_down is wrong.
So fixed this.

Signed-off-by: Umesh Tanwar <umesh.tanwar@samsung.com>
@fix

Reviewers: Hermet, raster

Reviewed By: raster

Subscribers: sachin.dev, singh.amitesh

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