diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-05 04:24:03 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-05 04:24:03 +0000 |
| commit | 1adbc0792590b6b205b531556ef13e322f4b2303 (patch) | |
| tree | 4eb298ef332017614985afa6b8da59e692333949 /ext/tk/lib | |
| parent | 9767f507e89ac46cfcc0b57b5f7f25db6960e65a (diff) | |
| download | ruby-1adbc0792590b6b205b531556ef13e322f4b2303.tar.gz ruby-1adbc0792590b6b205b531556ef13e322f4b2303.tar.xz ruby-1adbc0792590b6b205b531556ef13e322f4b2303.zip | |
* ext/tk/lib/tk/text.rb: sorry. bug fix again.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
| -rw-r--r-- | ext/tk/lib/tk/text.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb index 158d5461e..efede9861 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) |
