add user by pressing enter key when focus be in the name entry 06/45606/1 accepted/tizen/tv/20150810.001233 submit/tizen/20150808.085921
authorSoohye Shin <soohye.shin@samsung.com>
Sat, 8 Aug 2015 08:26:16 +0000 (17:26 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Sat, 8 Aug 2015 08:26:16 +0000 (17:26 +0900)
Change-Id: I9b2ec2e61bf8c8758978d4552585764e438cf588
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/view/view_user_edit.c

index 6c4ca4e..4d47e10 100644 (file)
@@ -554,6 +554,7 @@ static void _select(struct _priv *priv, int id, Evas_Object *obj)
        case INPUT_HANDLER_TYPE_EO:
                _select_eo(priv, obj);
                break;
+       case INPUT_HANDLER_TYPE_ENTRY:
        case INPUT_HANDLER_TYPE_BTN_DONE:
                _select_btn_done(priv);
                break;