Edje entry: Fix mis-merge in my previous commit.
authortasn <tasn>
Tue, 14 Feb 2012 13:54:44 +0000 (13:54 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Feb 2012 13:54:44 +0000 (13:54 +0000)
Spank spank. :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67935 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 5a20d36..f336792 100644 (file)
@@ -1166,7 +1166,7 @@ _edje_key_down_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, v
 
    if ((!strcmp(ev->keyname, "Escape")) ||
        (!strcmp(ev->keyname, "Return")) || (!strcmp(ev->keyname, "KP_Enter")))
-     _edje_entry_imf_context_reset(en);
+     _edje_entry_imf_context_reset(rp);
 
    old_cur_pos = evas_textblock_cursor_pos_get(en->cursor);