From fd6f4e20cca447022fa931ebde362341645cb0a6 Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 6 Oct 2004 16:08:45 +0000 Subject: * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode * ext/tk/lib/tkextlib/bwidget.rb: bug fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tkextlib/bwidget.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/lib/tkextlib/bwidget.rb') diff --git a/ext/tk/lib/tkextlib/bwidget.rb b/ext/tk/lib/tkextlib/bwidget.rb index 411a6ac99a..2fe0089765 100644 --- a/ext/tk/lib/tkextlib/bwidget.rb +++ b/ext/tk/lib/tkextlib/bwidget.rb @@ -72,7 +72,7 @@ module Tk end def self.grab(opt, path) - tk_call('BWidget::', opt, path) + tk_call('BWidget::grab', opt, path) end def self.inuse(klass) -- cgit v1.2.3