From 2579aad6fa276f46cd2841a4a735bebc164c62c0 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 29 Jul 2003 16:20:36 +0000 Subject: * fix a bug of the procedure for 'Delete' button on the safe-Tk frmae git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/multi-tk.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/tk/lib') diff --git a/ext/tk/lib/multi-tk.rb b/ext/tk/lib/multi-tk.rb index 48e652e88..00d018247 100644 --- a/ext/tk/lib/multi-tk.rb +++ b/ext/tk/lib/multi-tk.rb @@ -352,7 +352,6 @@ class MultiTkIp unless slave_ip.deleted? if slave_ip._invoke('info', 'command', '.') != "" slave_ip._invoke('destroy', '.') - slave_ip.tk_windows.delete('.') end slave_ip.delete end -- cgit