listmgr: set current state of selected item to false 32/43432/1
authorJehun Lim <jehun.lim@samsung.com>
Thu, 9 Jul 2015 06:43:33 +0000 (15:43 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Thu, 9 Jul 2015 06:45:03 +0000 (15:45 +0900)
Change-Id: I5713ccb9057770c14451e26436ea9e27acee7cad
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
src/util/listmgr.c

index a340e1f..b671a49 100644 (file)
@@ -66,6 +66,8 @@ void _grid_selected_cb(void *data, Elm_Object_Item *it,
 
        if (ldata->grid_selected_cb)
                ldata->grid_selected_cb(ldata->cb_data, it);
+
+       elm_gengrid_item_selected_set(it, EINA_FALSE);
 }
 
 void _grid_realized_cb(int id, void *data, Evas_Object *obj,