Fix issue input language has '~other' in some environment 82/211682/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 8 Aug 2019 05:44:02 +0000 (14:44 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 8 Aug 2019 05:44:02 +0000 (14:44 +0900)
Change-Id: I75741a380d823e7343e5ceceb537f6cd82a2e161
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp

index 8e7ccf4..ec501d2 100644 (file)
@@ -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;