From 35dcc04709bd5a5564145ae34878b84e9b1406cb 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: http://svn.ruby-lang.org/repos/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 9c7a0982c..cec589047 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4053,8 +4053,8 @@ class TkWindow