Fix wrong naviframe title issue 19/104019/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 12 Dec 2016 06:10:53 +0000 (15:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 12 Dec 2016 08:09:35 +0000 (00:09 -0800)
Change-Id: Iaf4111afbcd615c83f7198bfe8849853917ff37e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/option.cpp

index 7a449a3..d19c057 100644 (file)
@@ -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;
 }