From 69761055acfd4a9d36576e4e312de8a3a49f60ec Mon Sep 17 00:00:00 2001 From: cedric Date: Sun, 20 Nov 2011 14:39:34 +0000 Subject: [PATCH] edje: unbreak svn. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65444 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_entry.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 24b4940..e25397a 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -2061,9 +2061,11 @@ _edje_entry_real_part_init(Edje_Real_Part *rp) ecore_imf_context_input_mode_set(en->imf_context, rp->part->entry_mode == EDJE_ENTRY_EDIT_MODE_PASSWORD ? ECORE_IMF_INPUT_MODE_INVISIBLE : ECORE_IMF_INPUT_MODE_FULL); -done: #endif } +#ifdef HAVE_ECORE_IMF +done: +#endif en->cursor = (Evas_Textblock_Cursor *)evas_object_textblock_cursor_get(rp->object); } -- 2.7.4