From efcfb9b1f15980d8a6eabd9fb850c8e7a02daf51 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 23 Sep 2013 09:45:31 +0900 Subject: [PATCH] initialize current helper uuid when stop_helper () is called Change-Id: Ia339b011eae2ed1fc6d697a7c0c546fd37a9c5ee --- ism/src/scim_panel_agent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ism/src/scim_panel_agent.cpp b/ism/src/scim_panel_agent.cpp index 2dc8fc3..015bcbd 100644 --- a/ism/src/scim_panel_agent.cpp +++ b/ism/src/scim_panel_agent.cpp @@ -1317,6 +1317,7 @@ public: m_send_trans.put_data (uuid); m_ise_exiting = true; + m_current_helper_uuid = String (""); m_send_trans.put_command (SCIM_TRANS_CMD_EXIT); m_send_trans.write_to_socket (client_socket); SCIM_DEBUG_MAIN(1) << "Stop helper\n"; -- 2.7.4