[Prime-cvs] CVS update: prime/src

Back to archive index

Hiroyuki Komatsu komat****@users*****
2004年 12月 9日 (木) 21:24:15 JST


Index: prime/src/prime.src
diff -u prime/src/prime.src:1.4 prime/src/prime.src:1.5
--- prime/src/prime.src:1.4	Mon May 31 14:27:33 2004
+++ prime/src/prime.src	Thu Dec  9 21:24:15 2004
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 #
 # PRIME: PRedictive Input Method Editor
-# $Id: prime.src,v 1.4 2004/05/31 05:27:33 komatsu Exp $
+# $Id: prime.src,v 1.5 2004/12/09 12:24:15 komatsu Exp $
 #
 # Copyright (C) 2001 Satoru Takabayashi <sator****@namaz*****>
 # Copyright (C) 2002, 2003 Hiroyuki Komatsu <komat****@taiya*****>
@@ -123,7 +123,8 @@
       @options['tcp-server'] = tcp_port
       session = SessionPOBox.new(@prime, PRIME_VERSION)
     else
-      session = SessionPrime.new(@prime, PRIME_VERSION)
+#      session = SessionPrime.new(@prime, PRIME_VERSION)
+      session = SessionPrime2.new(@prime, PRIME_VERSION)
     end
 
     if @options['unix-socket']


Prime-cvs メーリングリストの案内
Back to archive index