From 7544bfc130b6d75fd77defff3f47fd06e2ebf9bd Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 29 Jul 2003 08:05:30 +0000 Subject: * bug fix ( tested with Ruby/Tk widget demo ) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/tkdialog.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/tk/sample/tkdialog.rb') diff --git a/ext/tk/sample/tkdialog.rb b/ext/tk/sample/tkdialog.rb index e83e16d0a8..73708945fb 100644 --- a/ext/tk/sample/tkdialog.rb +++ b/ext/tk/sample/tkdialog.rb @@ -54,7 +54,6 @@ bot.pack root.pack('side'=>'top', 'fill'=>'both', 'expand'=>'yes') def quit(button) - print "aaa\n" print "You pressed the \"#{button}\" button; bye-bye!\n" exit end -- cgit v1.2.3