1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tk/lib/tkextlib/tkDND/tkdnd.rb: fix typo and missing definition.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2014-05-05 16:29:55 +00:00
parent c47d59a0a7
commit 5ab5d92191

View file

@ -158,7 +158,7 @@ module Tk
cmd = Proc.new
end
args = [None] if args.empty
args = [TkComm::None] if args.empty?
tk_call('dnd', 'bindsource', @path, type, cmd, *args)
self