Revert "gengrid: call "selected" callback on entey key input"
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 10 Feb 2015 11:58:39 +0000 (20:58 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Tue, 10 Feb 2015 11:58:39 +0000 (20:58 +0900)
This reverts commit 0debdcf1ca166da1c083765bdb1542183fe96427.

src/lib/elm_gengrid.c

index 022e104..3396211 100644 (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;
      }