Update of /cvsroot/fink/experimental/todai/user-ja/sedsrc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12609/sedsrc

Modified Files:
        user-ja.sh.in 
Log Message:
* 4.1 release
* sedsrc/user-ja.sh.in: Add XMODIFIERS entry for uim.


Index: user-ja.sh.in
===================================================================
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja.sh.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- user-ja.sh.in       7 Apr 2005 12:31:26 -0000       1.1.1.1
+++ user-ja.sh.in       30 Mar 2008 19:23:00 -0000      1.2
@@ -3,6 +3,9 @@
 OUTPUT_CHARSET=utf-8; export OUTPUT_CHARSET
 if [ x"$DISPLAY" != x -a -x @FINK_PREFIX@/bin/kinput2 ]; then
     XMODIFIERS="@im=kinput2"; export XMODIFIERS
+elif [ x"$DISPLAY" != x -a -x @FINK_PREFIX@/bin/uim-xim ]; then
+    XMODIFIERS="@im=uim"; export XMODIFIERS
+    GTK_IM_MODULE=uim   ; export GTK_IM_MODULE
 fi
 if [ ! -f "$HOME/.inputrc" ]; then
     INPUTRC="@MYDATADIR@/inputrc"; export INPUTRC


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to