Call reset_input_context when helper receive reset_ise_context 09/80509/2
authorHaifeng Deng <haifeng.deng@samsung.com>
Mon, 18 Jul 2016 10:43:52 +0000 (18:43 +0800)
committerJihoon 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

index d9a1753..83d19a7 100644 (file)
@@ -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);