From cf971d47b97844352faf31ae9da6f6806b3af7e1 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 21 Nov 2003 07:49:11 +0000 Subject: * ext/tk/lib/tkentry.rb: fix the encoding trouble of percent substitutions on validatecommand option of TkEntry widget * ext/tk/lib/tk.rb: fix bug on {pack|grid}_propagate() method git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 8 ++++---- ext/tk/lib/tkentry.rb | 9 ++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'ext') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 9c7a0982c2..cec589047f 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4053,8 +4053,8 @@ class TkWindow