projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d57b6
)
Fix the wrong paramter of wsc_context_surrounding_get()
59/58859/1
author
Li Zhang
<li2012.zhang@samsung.com>
Thu, 4 Feb 2016 06:32:05 +0000
(14:32 +0800)
committer
Li Zhang
<li2012.zhang@samsung.com>
Thu, 4 Feb 2016 06:32:05 +0000
(14:32 +0800)
Change-Id: Ief8d969b786e88cca468a71da1d3f4f08be38aeb
ism/extras/efl_wsc/isf_wsc_control_ui.cpp
patch
|
blob
|
history
diff --git
a/ism/extras/efl_wsc/isf_wsc_control_ui.cpp
b/ism/extras/efl_wsc/isf_wsc_control_ui.cpp
index 0b4bf1e119e6ccaccf4969063574d4e35987c6fb..8070bbd973e0ac03c4c958ba3b91636b56da4be1 100644
(file)
--- a/
ism/extras/efl_wsc/isf_wsc_control_ui.cpp
+++ b/
ism/extras/efl_wsc/isf_wsc_control_ui.cpp
@@
-133,7
+133,7
@@
void isf_wsc_context_input_panel_show (WSCContextISF* wsc_ctx)
context_scim_imdata_get (wsc_ctx, (void *)imdata, &iseContext.imdata_size);
/* set the cursor position of the editable widget */
- wsc_context_surrounding_get (
ctx->
ctx, NULL, &iseContext.cursor_pos);
+ wsc_context_surrounding_get (
wsc_
ctx, NULL, &iseContext.cursor_pos);
iseContext.autocapital_type = wsc_context_autocapital_type_get (wsc_ctx);