entry: set EINA_TRUE as input_panel_enable attribute

SVN revision: 67691
This commit is contained in:
Jihoon Kim 2012-02-03 04:51:38 +00:00
parent 3b08459b61
commit 0d1aebf79d
1 changed files with 1 additions and 1 deletions

View File

@ -2357,8 +2357,8 @@ elm_entry_add(Evas_Object *parent)
_sizing_eval(obj);
elm_entry_input_panel_layout_set(obj, ELM_INPUT_PANEL_LAYOUT_NORMAL);
elm_entry_input_panel_enabled_set(obj, EINA_TRUE);
wd->input_panel_enable = edje_object_part_text_input_panel_enabled_get(wd->ent, "elm.text");
wd->autocapital_type = edje_object_part_text_autocapital_type_get(wd->ent, "elm.text");
#ifdef HAVE_ELEMENTARY_X