Modified not to commit preedit_commit strings in TV profile 47/86247/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 31 Aug 2016 08:34:24 +0000 (17:34 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 31 Aug 2016 08:34:24 +0000 (17:34 +0900)
Change-Id: I6cead4ab6da33e20503060c6186f6858bf0e09a7

ism/extras/wayland_immodule/wayland_imcontext.c

index 4d34365..c9cebeb 100644 (file)
@@ -1699,7 +1699,9 @@ wayland_im_context_reset(Ecore_IMF_Context *ctx)
 
     if (!imcontext) return;
 
+#ifndef _TV
     commit_preedit (imcontext);
+#endif
     clear_preedit(imcontext);
 
     if (!imcontext->input) return;