* 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:
nagai 2007-05-25 16:11:23 +00:00
parent 67bb94f747
commit c80c57d940
4 changed files with 12 additions and 3 deletions

View file

@ -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)