Revert commit 59732

Read my comment in the email, and we even talked about it on irc. The
current call to "mainloop iterate" is hacky, Jihoon is already working
on an alternative solution.

SVN revision: 59734
This commit is contained in:
Tom Hacohen 2011-05-27 11:16:05 +00:00
parent 4ad4fadb35
commit 69e89c2666
1 changed files with 0 additions and 7 deletions

View File

@ -2035,13 +2035,6 @@ _edje_entry_text_markup_set(Edje_Real_Part *rp, const char *text)
Entry *en = rp->entry_data;
if (!en) return;
#ifdef HAVE_ECORE_IMF
if ((en->have_preedit) && (en->imf_context))
{
ecore_imf_context_reset(en->imf_context);
ecore_main_loop_iterate();
}
#endif
// set text as markup
_sel_clear(en->cursor, rp->object, en);
evas_object_textblock_text_markup_set(rp->object, text);