* 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
This commit is contained in:
parent
91192d19a9
commit
4286469353
@ -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>
|
Fri Nov 5 13:17:54 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* ext/tk/lib/tk/text.rb: bug fix
|
* ext/tk/lib/tk/text.rb: bug fix
|
||||||
|
@ -84,7 +84,7 @@ class TkText<TkTextWin
|
|||||||
|
|
||||||
def __destroy_hook__
|
def __destroy_hook__
|
||||||
TkTextTag::TTagID_TBL.delete(@path)
|
TkTextTag::TTagID_TBL.delete(@path)
|
||||||
TkTextTag::TMarkID_TBL.delete(@path)
|
TkTextMark::TMarkID_TBL.delete(@path)
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_self(keys)
|
def create_self(keys)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user