mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo.
[ruby-core:72513] [Bug #11893] The patch provided by Akira Matsuda. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
903b0ebe22
commit
99a35bf0b3
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Mar 8 00:27:53 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||
|
||||
* ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo.
|
||||
[ruby-core:72513] [Bug #11893] The patch provided by Akira Matsuda.
|
||||
|
||||
|
||||
Tue Mar 8 00:25:08 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||
|
||||
* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
|
||||
|
|
|
@ -16,7 +16,7 @@ unless defined? Tk::Tcllib::Tablelist_usingTile
|
|||
Tk::Tcllib::Tablelist_usingTile = true
|
||||
end
|
||||
|
||||
requrie 'tkextlib/tcllib/tablelist_core'
|
||||
require 'tkextlib/tcllib/tablelist_core'
|
||||
|
||||
module Tk
|
||||
module Tcllib
|
||||
|
|
Loading…
Add table
Reference in a new issue