OSDN Git Service

first commit
[slackware/slackbuild.git] / abiword / patches / xap_UnixFrameImpl.cpp.20120313.patch
1 --- abiword-2.8.6/src/af/xap/gtk/xap_UnixFrameImpl.cpp.orig     2009-07-03 09:28:35.000000000 +0900
2 +++ abiword-2.8.6/src/af/xap/gtk/xap_UnixFrameImpl.cpp  2012-03-13 16:41:47.000000000 +0900
3 @@ -1672,7 +1672,9 @@
4  {
5         m_imContext = gtk_im_multicontext_new();
6  
7 -       gtk_im_context_set_use_preedit (m_imContext, FALSE);
8 +       // on the spot for Japanese input method  2012/02/13 by hatochan
9 +       // gtk_im_context_set_use_preedit (m_imContext, FALSE);
10 +       gtk_im_context_set_use_preedit (m_imContext, TRUE);
11  
12         gtk_im_context_set_client_window(m_imContext, w);
13