mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
[ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
90dec6bcab
commit
903b0ebe22
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,13 @@
|
||||||
|
Tue Mar 8 00:25:08 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
|
||||||
|
[ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda.
|
||||||
|
|
||||||
|
|
||||||
Tue Mar 8 00:21:58 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
Tue Mar 8 00:21:58 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||||
|
|
||||||
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
|
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
|
||||||
[ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
|
[ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
|
||||||
|
|
||||||
|
|
||||||
Tue Mar 8 00:11:47 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
Tue Mar 8 00:11:47 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||||
|
|
|
@ -57,7 +57,7 @@ class Tk::Tcllib::Widget::ToolbarItem < TkObject
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def initaialize(parent, *args)
|
def initialize(parent, *args)
|
||||||
@parent = @t = parent
|
@parent = @t = parent
|
||||||
@tpath = parent.path
|
@tpath = parent.path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue