initialize current helper uuid when stop_helper () is called 60/17560/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 23 Sep 2013 00:45:31 +0000 (09:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:28:49 +0000 (11:28 +0900)
Change-Id: Ia339b011eae2ed1fc6d697a7c0c546fd37a9c5ee

ism/src/scim_panel_agent.cpp

index 2dc8fc3..015bcbd 100644 (file)
@@ -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";