[Ultrapossum-cvs 493] projects/yubin/gui 1.3,1.4,yubin.rb

Back to archive index

Masato Taruishi taru****@users*****
2004年 9月 21日 (火) 15:33:02 JST


===================================================================
RCS file: projects/yubin/gui/yubin.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- projects/yubin/gui/yubin.rb	2004/09/21 06:30:30	1.3
+++ projects/yubin/gui/yubin.rb	2004/09/21 06:33:02	1.4
@@ -106,7 +106,7 @@
 
   def update
     @row.each_key do |addr|
-        @list.set_value(@row[addr][0], 0, @row[addr][1])
+        @list.set_value(@row[addr][0], 0, "#{@row[addr][1][0..2]}-#{@row[addr][1][3..6]}")
         @list.set_value(@row[addr][0], 1, addr)
     end
   end



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