Use the modified API to get selection synchronously 71/73271/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 7 Jun 2016 10:21:04 +0000 (19:21 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 7 Jun 2016 10:21:04 +0000 (19:21 +0900)
Change-Id: Id9feedaaa13e02bef1f03255390a7b0d8d43125f

src/sclconnection-isf.cpp

index ef3f6aa..6b3e340 100755 (executable)
@@ -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());