edje entry: set ALPHABET in case of password mode

SVN revision: 67708
This commit is contained in:
Jihoon Kim 2012-02-06 03:30:45 +00:00
parent 36c2029d0a
commit 557628f18b
1 changed files with 3 additions and 0 deletions

View File

@ -2081,6 +2081,9 @@ _edje_entry_real_part_init(Edje_Real_Part *rp)
ecore_imf_context_input_mode_set(en->imf_context,
rp->part->entry_mode == EDJE_ENTRY_EDIT_MODE_PASSWORD ?
ECORE_IMF_INPUT_MODE_INVISIBLE : ECORE_IMF_INPUT_MODE_FULL);
if (rp->part->entry_mode == EDJE_ENTRY_EDIT_MODE_PASSWORD)
ecore_imf_context_input_panel_language_set(en->imf_context, ECORE_IMF_INPUT_PANEL_LANG_ALPHABET);
#endif
}
#ifdef HAVE_ECORE_IMF