mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
* ext/tk/lib/tkextlib/tile/dialog.rb: forget to give an argument. * ext/tk/lib/tkextlib/version.rb: update RELEASE_DATE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67bb94f747
commit
c80c57d940
4 changed files with 12 additions and 3 deletions
|
@ -51,7 +51,7 @@ class Tk::Tile::Dialog
|
|||
alias display show
|
||||
|
||||
def client_frame
|
||||
window(tk_call_without_enc('::ttk::dialog::clientframe'))
|
||||
window(tk_call_without_enc('::ttk::dialog::clientframe', @path))
|
||||
end
|
||||
|
||||
def cget(slot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue