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:
parent
c47d59a0a7
commit
5ab5d92191
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue