From 4ce8215266b076d6dc25bd3c76623c3c9c512761 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 12 Dec 2016 15:10:53 +0900 Subject: [PATCH] Fix wrong naviframe title issue Change-Id: Iaf4111afbcd615c83f7198bfe8849853917ff37e Signed-off-by: Jihoon Kim --- src/option.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/option.cpp b/src/option.cpp index 7a449a3..d19c057 100644 --- a/src/option.cpp +++ b/src/option.cpp @@ -1030,7 +1030,7 @@ static Evas_Object* create_smart_typing_view(Evas_Object *naviframe) evas_object_show(genlist); - naviframe_item_push(naviframe, LANGUAGE, genlist, _pop_cb, naviframe, NULL, NULL); + naviframe_item_push(naviframe, SMART_TYPING, genlist, _pop_cb, naviframe, NULL, NULL); return genlist; } @@ -1067,7 +1067,7 @@ static Evas_Object* create_feedback_view(Evas_Object *naviframe) evas_object_show(genlist); - naviframe_item_push(naviframe, LANGUAGE, genlist, _pop_cb, naviframe, NULL, NULL); + naviframe_item_push(naviframe, KEY_FEEDBACK, genlist, _pop_cb, naviframe, NULL, NULL); return genlist; } -- 2.7.4