* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
[ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52cf7cd0ee
commit
90dec6bcab
@ -1,3 +1,9 @@
|
|||||||
|
Tue Mar 8 00:21:58 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
|
||||||
|
[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>
|
||||||
|
|
||||||
* ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505]
|
* ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505]
|
||||||
|
@ -636,7 +636,7 @@ module Tk::BLT
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialzie(name = nil)
|
def initialize(name = nil)
|
||||||
if name
|
if name
|
||||||
@path = @id = name
|
@path = @id = name
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user