Fix the wrong paramter of wsc_context_surrounding_get() 59/58859/1
authorLi Zhang <li2012.zhang@samsung.com>
Thu, 4 Feb 2016 06:32:05 +0000 (14:32 +0800)
committerLi Zhang <li2012.zhang@samsung.com>
Thu, 4 Feb 2016 06:32:05 +0000 (14:32 +0800)
Change-Id: Ief8d969b786e88cca468a71da1d3f4f08be38aeb

ism/extras/efl_wsc/isf_wsc_control_ui.cpp

index 0b4bf1e119e6ccaccf4969063574d4e35987c6fb..8070bbd973e0ac03c4c958ba3b91636b56da4be1 100644 (file)
@@ -133,7 +133,7 @@ void isf_wsc_context_input_panel_show (WSCContextISF* wsc_ctx)
     context_scim_imdata_get (wsc_ctx, (void *)imdata, &iseContext.imdata_size);
 
     /* set the cursor position of the editable widget */
-    wsc_context_surrounding_get (ctx->ctx, NULL, &iseContext.cursor_pos);
+    wsc_context_surrounding_get (wsc_ctx, NULL, &iseContext.cursor_pos);
 
     iseContext.autocapital_type = wsc_context_autocapital_type_get (wsc_ctx);