summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-15 02:41:17 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-15 02:41:17 +0000
commitdf8093fa9acd040135bf62f878fda06d5a7cd8a6 (patch)
tree772b2603aedb6d917c89f529a4b0b6d4580e4540 /ext/tk/lib/tk.rb
parent2070cb4af98daeb123df8ec74ae8c616245b3d0c (diff)
downloadruby-df8093fa9acd040135bf62f878fda06d5a7cd8a6.tar.gz
ruby-df8093fa9acd040135bf62f878fda06d5a7cd8a6.tar.xz
ruby-df8093fa9acd040135bf62f878fda06d5a7cd8a6.zip
* ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,
TkDialogObj#name raises an exception. [ruby-talk:156109] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index c24f20970..5bde46007 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -4437,7 +4437,7 @@ end
#Tk.freeze
module Tk
- RELEASE_DATE = '2005-09-01'.freeze
+ RELEASE_DATE = '2005-09-15'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'