[Prime-cvs] CVS update: prime/lib

Back to archive index

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


Index: prime/lib/session.rb
diff -u prime/lib/session.rb:1.6 prime/lib/session.rb:1.7
--- prime/lib/session.rb:1.6	Thu Dec  9 21:24:16 2004
+++ prime/lib/session.rb	Sat Dec 11 16:53:01 2004
@@ -1,5 +1,5 @@
 # session.rb
-# $Id: session.rb,v 1.6 2004/12/09 12:24:16 komatsu Exp $
+# $Id: session.rb,v 1.7 2004/12/11 07:53:01 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