From 44c2de611f1801f514a38ce0b0d10cb4f9d5cad9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 7 Jun 2016 19:21:04 +0900 Subject: [PATCH] Use the modified API to get selection synchronously Change-Id: Id9feedaaa13e02bef1f03255390a7b0d8d43125f --- src/sclconnection-isf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sclconnection-isf.cpp b/src/sclconnection-isf.cpp index ef3f6aa..6b3e340 100755 --- a/src/sclconnection-isf.cpp +++ b/src/sclconnection-isf.cpp @@ -1028,7 +1028,7 @@ void CSCLConnectionISF::get_selection_text(sclchar **text) { if (m_initialized) { scim::String selection_text; - m_helper_agent.get_selection(selection_text); + m_helper_agent.get_selection_text(selection_text); if (text) *text = strdup(selection_text.c_str()); -- 2.7.4