From a8de9b774c698ec3fa2bd86ab91e519c4c316703 Mon Sep 17 00:00:00 2001 From: tasn Date: Fri, 27 May 2011 11:16:05 +0000 Subject: [PATCH] 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59734 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_entry.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 0182da7..39d3b64 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -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); -- 2.7.4