[Prime-cvs] CVS update: prime/lib

Back to archive index

Hiroyuki Komatsu komat****@users*****
2004年 12月 11日 (土) 16:42:56 JST


Index: prime/lib/session.rb
diff -u prime/lib/session.rb:1.4.4.8 prime/lib/session.rb:1.4.4.9
--- prime/lib/session.rb:1.4.4.8	Thu Dec  9 18:20:51 2004
+++ prime/lib/session.rb	Sat Dec 11 16:42:55 2004
@@ -1,5 +1,5 @@
 # session.rb
-# $Id: session.rb,v 1.4.4.8 2004/12/09 09:20:51 komatsu Exp $
+# $Id: session.rb,v 1.4.4.9 2004/12/11 07:42:55 komatsu Exp $
 #
 # Copyright (C) 2001 Satoru Takabayashi <sator****@namaz*****>
 # Copyright (C) 2002, 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****>
@@ -331,7 +331,8 @@
     ## Setting hybrid_typing.
     if PRIME_ENV['hybrid_typing'].nil? then
       if PRIME_ENV['typing_method'] == 'romaji' then
-        composer.hybrid_typing = true
+        PRIME_ENV['hybrid_typing'] = true
+        composer.hybrid_typing     = true
       end
     else
       composer.hybrid_typing = PRIME_ENV['hybrid_typing']


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