projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5142f59
)
edje: unbreak svn.
author
cedric
<cedric>
Sun, 20 Nov 2011 14:39:34 +0000
(14:39 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 14:39:34 +0000
(14:39 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65444
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/edje_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/edje_entry.c
b/src/lib/edje_entry.c
index
24b4940
..
e25397a
100644
(file)
--- 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);
}