From d5bfcaf1eceeac7665e99c7ccb01bddd39641589 Mon Sep 17 00:00:00 2001 From: Jing Yigang Date: Tue, 28 Aug 2012 11:24:16 +0800 Subject: [PATCH] Disable the prediction function of entries in Setting App. Change-Id: Ie84c5be41ac26a6166f00383b0bfa37beacca0e7 --- setting-common/src/setting-common-draw-widget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/setting-common/src/setting-common-draw-widget.c b/setting-common/src/setting-common-draw-widget.c index 4e36eea..938ff5c 100755 --- a/setting-common/src/setting-common-draw-widget.c +++ b/setting-common/src/setting-common-draw-widget.c @@ -477,6 +477,7 @@ setting_create_editfiled(Evas_Object *win_main, char *title, char *def_str) entry = elm_entry_add(win_main); elm_object_part_content_set(layout, "elm.swallow.content", entry); elm_entry_context_menu_disabled_set(entry, TRUE); + elm_entry_prediction_allow_set(entry, FALSE); if (def_str && safeStrLen(def_str) > 0) { elm_entry_entry_set(entry, def_str); -- 2.7.4