Modify e_comp_wl_input_keymap_set()'s arguments 38/73438/1 accepted/tizen/common/20160609.145056 accepted/tizen/ivi/20160609.091854 accepted/tizen/mobile/20160609.092030 accepted/tizen/tv/20160609.091825 accepted/tizen/wearable/20160609.091905 submit/tizen/20160609.054844
authorJeongHyun Kang <jhyuni.kang@samsung.com>
Wed, 8 Jun 2016 06:37:38 +0000 (15:37 +0900)
committerJeongHyun Kang <jhyuni.kang@samsung.com>
Wed, 8 Jun 2016 06:37:38 +0000 (15:37 +0900)
Change-Id: I46240ab70232527410fa7a83150a272f0d3d77aa

src/e_mod_main_wl.c

index 15895f8..3df7f11 100644 (file)
@@ -537,7 +537,7 @@ _e_keyrouter_query_tizen_key_table(void)
         KLINF("Server create a new cache file: %s\n", e_comp_wl_input_keymap_path_get(names));
         res = unlink(e_comp_wl_input_keymap_path_get(names));
 
-        e_comp_wl_input_keymap_set(NULL, NULL, NULL, xkb_context_ref(e_comp_wl->xkb.context), e_comp_wl->xkb.keymap);
+        e_comp_wl_input_keymap_set(NULL, NULL, NULL, NULL, NULL, xkb_context_ref(e_comp_wl->xkb.context), e_comp_wl->xkb.keymap);
      }
    else
      KLINF("Currently cache file is exist. Do not change it.\n");