From: jihoon Date: Wed, 6 Jun 2012 15:06:31 +0000 (+0000) Subject: edje_entry: display preedit string even though there is no attribute X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2b877bce6d4fb21dedac44b92dadb8d04476017;p=profile%2Fivi%2Fedje.git edje_entry: display preedit string even though there is no attribute git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@71761 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 95bb95b..d88f223 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -3366,6 +3366,10 @@ _edje_entry_imf_event_preedit_changed_cb(void *data, Ecore_IMF_Context *ctx __UN } } } + else + { + eina_strbuf_append(buf, preedit_string); + } if ((rp->part->entry_mode == EDJE_ENTRY_EDIT_MODE_PASSWORD) && _edje_password_show_last) {