[前][次][番号順一覧][スレッド一覧]

ruby-changes:4359

From: ko1@a...
Date: Sat, 29 Mar 2008 14:52:54 +0900 (JST)
Subject: [ruby-changes:4359] nagai - Ruby:r15850 (trunk): * ext/tk/sample/ttk_wrapper.rb: minor bug fix.

nagai	2008-03-29 14:52:43 +0900 (Sat, 29 Mar 2008)

  New Revision: 15850

  Modified files:
    trunk/ext/tk/sample/ttk_wrapper.rb

  Log:
    * ext/tk/sample/ttk_wrapper.rb: minor bug fix.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/sample/ttk_wrapper.rb?r1=15850&r2=15849&diff_format=u

Index: ext/tk/sample/ttk_wrapper.rb
===================================================================
--- ext/tk/sample/ttk_wrapper.rb	(revision 15849)
+++ ext/tk/sample/ttk_wrapper.rb	(revision 15850)
@@ -134,7 +134,7 @@
 #  set theme of widget style
 ##########################################################################
 if OPTS[:list] || OPTS[:verbose]
-  print "supported theme names: #{ThemesList}\n" 
+  print "supported theme names: #{ThemesList.inspect}\n" 
   exit if OPTS[:list] && ARGV.empty?
 end
 print "use theme: \"#{OPTS[:theme]}\"\n" if OPTS[:theme] && OPTS[:verbose]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]