diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-06 16:08:45 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-06 16:08:45 +0000 |
| commit | 4536d300ca4addc3a383187cbb8ec084318b5d49 (patch) | |
| tree | 7abd6f814a9b29e0f62bb161bd20da5e0aae32d4 /ext/tk/lib/tkextlib/bwidget.rb | |
| parent | 3fae917fdc49fe6ea56b8e54095376c153344694 (diff) | |
* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode
* ext/tk/lib/tkextlib/bwidget.rb: bug fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/bwidget.rb')
| -rw-r--r-- | ext/tk/lib/tkextlib/bwidget.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkextlib/bwidget.rb b/ext/tk/lib/tkextlib/bwidget.rb index 411a6ac99..2fe008976 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) |
