From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25237 invoked by alias); 15 Dec 2002 19:39:10 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 25227 invoked from network); 15 Dec 2002 19:39:09 -0000 Received: from unknown (HELO pimout4-ext.prodigy.net) (207.115.63.103) by 209.249.29.67 with SMTP; 15 Dec 2002 19:39:09 -0000 Received: from zaphod (adsl-64-175-36-67.dsl.pltn13.pacbell.net [64.175.36.67]) by pimout4-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with SMTP id gBFJc9qV372408 for ; Sun, 15 Dec 2002 14:38:09 -0500 Date: Sun, 15 Dec 2002 11:39:00 -0000 From: Ian Roxborough To: insight@sources.redhat.com Subject: Speaking of MS-Windows problems... Message-Id: <20021215113009.1a9ab33c.irox@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q4/txt/msg00203.txt.bz2 Just a thought: A while I ago I posted a patch that should help Insight stop crashing so much on MS-Windows platforms. Details here: http://sources.redhat.com/ml/insight/2002-q1/msg00168.html It might be worth checking it in. I didn't notice any side effects, but it could always be backed out if it causes any problem. Ian. -- ChangeLog: 2002-12-15 Ian Roxborough * library/combobox.tcl (::combobox::build): Setting wm overrideredirect and wm transient on the same toplevel is not necessary and invokes and can a Tk Win32 bug. Index: libgui/library/combobox.tcl =================================================================== RCS file: /cvs/src/src/libgui/library/combobox.tcl,v retrieving revision 1.2 diff -u -2 -r1.2 combobox.tcl --- combobox.tcl 2001/09/08 22:34:46 1.2 +++ combobox.tcl 2002/02/26 03:34:03 @@ -217,5 +217,4 @@ # do some window management foo. wm overrideredirect $widgets(popup) 1 - wm transient $widgets(popup) [winfo toplevel $this] wm group $widgets(popup) [winfo parent $this] wm resizable $widgets(popup) 0 0