From dcd30a1236cdb2e06b6dd1a74a4c0a0c29549be6 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 16 Dec 2003 04:27:15 +0000 Subject: * condition bug of if statement on {pack,grid}_propagate methods git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'ext/tk/lib/tk.rb') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index a73f15e367..692c781677 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -3079,7 +3079,7 @@ module TkGrid end def size(master) - tk_call 'grid', 'size', master + list(tk_call('grid', 'size', master)) end def slaves(master, args) @@ -4056,9 +4056,10 @@ class TkWindow