From 5ab5d9219183d10947a2d95865fd87b962f065a7 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 5 May 2014 16:29:55 +0000 Subject: * 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 --- ext/tk/lib/tkextlib/tkDND/tkdnd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tk/lib/tkextlib/tkDND/tkdnd.rb b/ext/tk/lib/tkextlib/tkDND/tkdnd.rb index 97cdfc7f1c..38e05ce775 100644 --- a/ext/tk/lib/tkextlib/tkDND/tkdnd.rb +++ b/ext/tk/lib/tkextlib/tkDND/tkdnd.rb @@ -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 -- cgit v1.2.3