edje entry : fix bug not to display preedit string with PREEDIT_TYPE_NONE style

SVN revision: 83876
This commit is contained in:
Jihoon Kim 2013-02-14 02:09:21 +00:00
parent 3974cb3dc1
commit 504055db36
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-14 Jihoon Kim (jihoon)
* edje entry : fix bug not to display preedit string with PREEDIT_TYPE_NONE style
2013-02-11 Stefan Schmidt
* Fix memory leak in error cases in ethumb.

1
NEWS
View File

@ -163,3 +163,4 @@ Fixes:
* Fix memory usage spike when rotating with the software_x11 engine.
* Evas textblock: Fixed a selection issue with different scripts and bidi.
* Fix memory leak in error case in ethumb.
* fix bug not to display preedit string with PREEDIT_TYPE_NONE style

View File

@ -3806,6 +3806,8 @@ _edje_entry_imf_event_preedit_changed_cb(void *data, Ecore_IMF_Context *ctx EINA
eina_strbuf_free(preedit_attr_str);
}
}
else
eina_strbuf_append(buf, preedit_string);
}
}
else