jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2bcfc800c991b33aea116d16ad962a6eae6ac697

commit 2bcfc800c991b33aea116d16ad962a6eae6ac697
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Fri Dec 20 09:31:58 2013 +0900

    Remove ecore_imf_context_reset in focus-in event handler
    
    It's useless to call ecore_imf_context_reset in focus-in handler
---
 src/lib/edje/edje_entry.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c
index 85c78a7..8764949 100644
--- a/src/lib/edje/edje_entry.c
+++ b/src/lib/edje/edje_entry.c
@@ -117,7 +117,6 @@ _edje_entry_focus_in_cb(void *data, Evas_Object *o, const 
char *emission EINA_UN
 
    if (evas_object_focus_get(ed->obj))
      {
-        ecore_imf_context_reset(en->imf_context);
         ecore_imf_context_focus_in(en->imf_context);
         _edje_entry_imf_cursor_info_set(en);
      }
@@ -164,7 +163,6 @@ _edje_focus_in_cb(void *data, Evas *e EINA_UNUSED, 
Evas_Object *obj EINA_UNUSED,
 
    if (!en->imf_context) return;
 
-   ecore_imf_context_reset(en->imf_context);
    ecore_imf_context_focus_in(en->imf_context);
    _edje_entry_imf_cursor_info_set(en);
 #endif

-- 


Reply via email to