edje entry: set ALPHABET in case of password mode
authorJihoon Kim <imfine98@gmail.com>
Mon, 6 Feb 2012 03:30:45 +0000 (03:30 +0000)
committerJihoon Kim <imfine98@gmail.com>
Mon, 6 Feb 2012 03:30:45 +0000 (03:30 +0000)
SVN revision: 67708

legacy/edje/src/lib/edje_entry.c

index 420ce5b..febbe2a 100644 (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