summaryrefslogtreecommitdiff
path: root/ism
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2019-08-08 14:44:02 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2019-08-08 14:44:02 +0900
commitbfc6cba4a721a11fadaece9f8e94d2e6c08c4181 (patch)
tree69701c57d3c7521fed7f73d4d9fe4551e13682b4 /ism
parent27249567abe858b31834b25741e05dd127d3104e (diff)
downloadisf-bfc6cba4a721a11fadaece9f8e94d2e6c08c4181.tar.gz
isf-bfc6cba4a721a11fadaece9f8e94d2e6c08c4181.tar.bz2
isf-bfc6cba4a721a11fadaece9f8e94d2e6c08c4181.zip
Fix issue input language has '~other' in some environment
Change-Id: I75741a380d823e7343e5ceceb537f6cd82a2e161 Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Diffstat (limited to 'ism')
-rw-r--r--ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp
index 8e7ccf44..ec501d23 100644
--- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp
+++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp
@@ -831,8 +831,6 @@ _wsc_im_activate (void *data, struct wl_input_method *input_method, struct wl_in
wsc_ctx->surrounding_cursor = 0;
LOGD ("wsc_ctx->surrounding_cursor = %d", wsc_ctx->surrounding_cursor);
- get_language (&wsc_ctx->language);
-
wsc_ctx->preedit_str = strdup ("");
wsc_ctx->content_hint = WL_TEXT_INPUT_CONTENT_HINT_NONE;
wsc_ctx->content_purpose = WL_TEXT_INPUT_CONTENT_PURPOSE_NORMAL;