Skip to content

Commit

Permalink
* ext/tk/lib/tk/text.rb: sorry. bug fix again.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nagai committed Nov 5, 2004
1 parent 05e084d commit dcbbe3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion ext/tk/lib/tk/text.rb
Expand Up @@ -84,7 +84,7 @@ def init_instance_variable

def __destroy_hook__
TkTextTag::TTagID_TBL.delete(@path)
TkTextTag::TMarkID_TBL.delete(@path)
TkTextMark::TMarkID_TBL.delete(@path)
end

def create_self(keys)
Expand Down

0 comments on commit dcbbe3f

Please sign in to comment.