summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-05 04:24:03 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-05 04:24:03 +0000
commitdcbbe3f409a467445ca5b07d38a41980b2f9ea81 (patch)
tree697095ba07e065c527b693f15a33e30601381b36
parent05e084d7dd9b05d7bfbafe310f3a9bbbaed47039 (diff)
downloadruby-dcbbe3f409a467445ca5b07d38a41980b2f9ea81.tar.gz
* ext/tk/lib/tk/text.rb: sorry. bug fix again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--ext/tk/lib/tk/text.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25f591b4d5..dc08e45060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Nov 5 13:22:58 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
+
+ * ext/tk/lib/tk/text.rb: sorry. bug fix again.
+
Fri Nov 5 13:17:54 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/tk/text.rb: bug fix
diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb
index 158d5461ef..efede9861f 100644
--- a/ext/tk/lib/tk/text.rb
+++ b/ext/tk/lib/tk/text.rb
@@ -84,7 +84,7 @@ class TkText<TkTextWin
def __destroy_hook__
TkTextTag::TTagID_TBL.delete(@path)
- TkTextTag::TMarkID_TBL.delete(@path)
+ TkTextMark::TMarkID_TBL.delete(@path)
end
def create_self(keys)