diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 13:10:48 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 13:10:48 +0000 |
| commit | 1514f69f321abc9bd79376c70225fdabe76ef423 (patch) | |
| tree | 387de6620100752cf2801e48b75b0dd646a292c3 /ext/tk/lib/tk.rb | |
| parent | 118cb3b1144d285a2a8213b7127df12680ecf22d (diff) | |
| download | ruby-1514f69f321abc9bd79376c70225fdabe76ef423.tar.gz ruby-1514f69f321abc9bd79376c70225fdabe76ef423.tar.xz ruby-1514f69f321abc9bd79376c70225fdabe76ef423.zip | |
* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on
TkVariable retrived from TkVariable.new_hash.ref. [ruby-dev:26721]
(written by Hidetoshi NAGAI)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8898 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 37f311c6f..77257fe18 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4201,7 +4201,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2005-07-28'.freeze + RELEASE_DATE = '2005-08-03'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
