* 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

@ -23,5 +23,5 @@ else
# TkPackage.require('Tablelist', '4.2')
TkPackage.require('Tablelist')
requrie 'tkextlib/tcllib/tablelist_core'
require 'tkextlib/tcllib/tablelist_core'
end