ecore : From. Jihoon Kim. In XIM immodule, it doesn't generate preedit

changed event in preedit_draw_callback func at this moment.
This patch will solve this problem.


SVN revision: 61876
This commit is contained in:
WooHyun Jung 2011-07-29 05:37:31 +00:00
parent 3432644acd
commit a9538d59bd
1 changed files with 2 additions and 0 deletions

View File

@ -821,6 +821,8 @@ preedit_draw_callback(XIC xic __UNUSED__,
eina_ustrbuf_string_steal(preedit_bufs);
imf_context_data->preedit_length =
eina_unicode_strlen(imf_context_data->preedit_chars);
ecore_imf_context_preedit_changed_event_add(ctx);
}
free(new_text);