diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-10 10:01:36 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-10 10:01:36 +0000 |
| commit | 53f6a97ed8012b3c63a7959b0da7af60480f85e5 (patch) | |
| tree | ae747ae579ccd2b6a6a2f11a87fd133fed7290b1 | |
| parent | cafd5467f7ac77dc162ba64714de92ac0043465c (diff) | |
| download | ruby-53f6a97ed8012b3c63a7959b0da7af60480f85e5.tar.gz ruby-53f6a97ed8012b3c63a7959b0da7af60480f85e5.tar.xz ruby-53f6a97ed8012b3c63a7959b0da7af60480f85e5.zip | |
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | ext/tk/lib/tk/font.rb | 2 |
2 files changed, 5 insertions, 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. diff --git a/ext/tk/lib/tk/font.rb b/ext/tk/lib/tk/font.rb index be763b663..de02d4957 100644 --- a/ext/tk/lib/tk/font.rb +++ b/ext/tk/lib/tk/font.rb @@ -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 |
