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:
d090763
)
Call reset_input_context when helper receive reset_ise_context
09/80509/2
author
Haifeng Deng
<haifeng.deng@samsung.com>
Mon, 18 Jul 2016 10:43:52 +0000
(18:43 +0800)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 18 Jul 2016 11:10:27 +0000
(20:10 +0900)
Change-Id: I95ab75f290a2186c52a557fe8330fed18760747e
Signed-off-by: Haifeng Deng <haifeng.deng@samsung.com>
ism/src/scim_helper.cpp
patch
|
blob
|
history
diff --git
a/ism/src/scim_helper.cpp
b/ism/src/scim_helper.cpp
index d9a1753a5c7c0e5560aa0b22aa595224ad11acda..83d19a7a604c116e6c17b396a0fc0fa275cca214 100644
(file)
--- a/
ism/src/scim_helper.cpp
+++ b/
ism/src/scim_helper.cpp
@@
-1287,6
+1287,7
@@
HelperAgent::filter_event ()
case ISM_TRANS_CMD_RESET_ISE_CONTEXT:
{
m_impl->signal_reset_ise_context (this, ic, ic_uuid);
+ m_impl->signal_reset_input_context (this, ic, ic_uuid);
if (!m_impl->si.null ()) m_impl->si->reset();
m_impl->send.clear ();
m_impl->send.put_command (SCIM_TRANS_CMD_REPLY);