From b73aa2f6d6046e5030fac65d3e1518dcfce4f35f Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 16 Oct 2003 15:14:41 +0000 Subject: (bug fix) instance variable @frame was used without initializing on TkComposite module git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e79eb0dd..306fabbe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 17 00:12:41 2003 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: (bug fix) instance variable @frame was used + without initializing on TkComposite module + Thu Oct 16 23:51:04 2003 Hidetoshi NAGAI * ext/tk/lib/tk.rb: If $DEBUG == true and some exception is caused -- cgit