diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-11-07 09:11:38 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-11-07 09:11:38 +0000 |
| commit | b78607e7255380e62c82cfd5c8a82544473223a2 (patch) | |
| tree | b92178b5311d79f61136a37fb800dcb5d9025fa5 /ext/tk/lib/tk.rb | |
| parent | 1f5ecc52506ac5db7191756843046d77436e8e64 (diff) | |
| download | ruby-b78607e7255380e62c82cfd5c8a82544473223a2.tar.gz ruby-b78607e7255380e62c82cfd5c8a82544473223a2.tar.xz ruby-b78607e7255380e62c82cfd5c8a82544473223a2.zip | |
* ext/tk/lib/tk/itemconfig.rb: minor bug fix.
* ext/tk/lib/tkextlib/tile/treeview.rb : ditto.
* ext/tk/lib/tkextlib/blt/table.rb: fix bugs which forbade use of
'::blt::table' command. Now, probably, it'll works properly.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 36a58bafb..071d60237 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4597,7 +4597,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2006-11-06'.freeze + RELEASE_DATE = '2006-11-07'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
