mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d2271cbdd1
commit
203c2e18f5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 10 18:59:34 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
|
||||
|
||||
Mon Jul 10 18:46:52 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
|
||||
|
|
|
@ -861,7 +861,7 @@ class TkFont
|
|||
rescue
|
||||
super(id, *args)
|
||||
# fail NameError, "undefined local variable or method `#{name}' for #{self.to_s}", error_at
|
||||
# end
|
||||
end
|
||||
else
|
||||
super(id, *args)
|
||||
# fail NameError, "undefined method `#{name}' for #{self.to_s}", error_at
|
||||
|
|
Loading…
Reference in a new issue