Revert "gengrid: call "selected" callback on entey key input"

This reverts commit 0debdcf1ca166da1c083765bdb1542183fe96427.
This commit is contained in:
Jaeun Choi 2015-02-10 20:58:39 +09:00
parent 355768be53
commit bc7eb19133
1 changed files with 0 additions and 1 deletions

View File

@ -2970,7 +2970,6 @@ _key_action_select(Evas_Object *obj, const char *params EINA_UNUSED)
{
eo_it = elm_object_focused_item_get(obj);
ELM_GENGRID_ITEM_DATA_GET(eo_it, it);
evas_object_smart_callback_call(WIDGET(it), SIG_SELECTED, eo_it);
evas_object_smart_callback_call(WIDGET(it), SIG_ACTIVATED, eo_it);
return EINA_TRUE;
}