aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
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
commit4286469353c57c5a57133e27e3db01431b4f5b0f (patch)
tree4eb298ef332017614985afa6b8da59e692333949 /ext/tk/lib
parent91192d19a9c76de20dd5e48bfcf30fa39799c0ef (diff)
downloadruby-4286469353c57c5a57133e27e3db01431b4f5b0f.tar.gz
* ext/tk/lib/tk/text.rb: sorry. bug fix again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
-rw-r--r--ext/tk/lib/tk/text.rb2
1 files changed, 1 insertions, 1 deletions
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)