summaryrefslogtreecommitdiff
path: root/ext/tk
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-23 08:11:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-23 08:11:21 +0000
commitcec20793cb3dd76ea310b443171e22e24e484247 (patch)
tree1a25141e5bc6ba282176cd81489f3eac7267582a /ext/tk
parent228604473da9819e031ea2b48017f9246d1dbd48 (diff)
* eval.c (ruby_finalize): turn off ruby_debug flag before calling
at_exit procs and finalizers. (ruby-bugs-ja:PR473) * ext/tcltklib/tcltklib.c (lib_mainloop_core): OK to block if there's no other thread. (ruby-bugs:PR#861) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
-rw-r--r--ext/tk/lib/tk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 0ffb0ee434..9a156eed02 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -354,7 +354,7 @@ module TkComm
})
id + " " + args
else
- id = install_cmd(proc{|arg|
+ id = install_cmd(proc{|*arg|
TkUtil.eval_cmd cmd, Event.new(*arg)
})
id + ' %# %a %b %c %d %f %h %k %m %o %p %s %t %w %x %y' +