From 8d5fe22d56179332b8498bf199e38c9cb7023a14 Mon Sep 17 00:00:00 2001 From: jihoon Date: Mon, 6 Feb 2012 03:30:45 +0000 Subject: [PATCH] edje entry: set ALPHABET in case of password mode git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67708 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_entry.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 420ce5b..febbe2a 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -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 -- 2.7.4