projects
/
framework
/
uifw
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d7a8a
)
[entry] bug fix : last preedit string is inserted twice on focus-out
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 16 Nov 2010 10:20:18 +0000
(19:20 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 16 Nov 2010 10:20:18 +0000
(19:20 +0900)
src/lib/edje_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/edje_entry.c
b/src/lib/edje_entry.c
index
488a8c2
..
6704247
100644
(file)
--- a/
src/lib/edje_entry.c
+++ b/
src/lib/edje_entry.c
@@
-340,7
+340,7
@@
_edje_entry_focus_out_cb(void *data, Evas_Object *o __UNUSED__, const char *emis
ecore_imf_context_cursor_position_set(en->imf_context, evas_textblock_cursor_pos_get(en->cursor));
ecore_imf_context_focus_out(en->imf_context);
- _preedit_clear(en);
+
//
_preedit_clear(en);
if (en->input_panel_enable)
{
@@
-406,7
+406,7
@@
_edje_focus_out_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__,
ecore_imf_context_cursor_position_set(en->imf_context, evas_textblock_cursor_pos_get(en->cursor));
ecore_imf_context_focus_out(en->imf_context);
- _preedit_clear(en);
+
//
_preedit_clear(en);
if (en->input_panel_enable)
{