aboutsummaryrefslogtreecommitdiff
path: root/korean/nabi/files/patch-src_ic.c
blob: 59a186bee04ac3ece70bb6359844aa8a1345b7c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/ic.c.orig	Sat Aug 23 14:15:05 2003
+++ src/ic.c	Fri Sep 19 10:47:55 2003
@@ -1219,7 +1219,7 @@
      * befor commiting the string. but it makes too many flickering
      * so I first send commit string and then delete preedit string.
      * This makes some problem on gtk2 entry */
-    /* nabi_ic_preedit_clear(ic); */
+    nabi_ic_preedit_clear(ic);
 
     list[0] = buf;
         ret = XwcTextListToTextProperty(server->display, list, 1,
@@ -1237,7 +1237,7 @@
     XFree(tp.value);
 
     /* we delete preedit string here */
-    nabi_ic_preedit_clear(ic);
+    /* nabi_ic_preedit_clear(ic); */
 
     return True;
 }