public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Speaking of MS-Windows problems...
@ 2002-12-15 11:39 Ian Roxborough
  2002-12-16 10:04 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Roxborough @ 2002-12-15 11:39 UTC (permalink / raw)
  To: insight

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  <irox@ix.netcom.com>

	* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Speaking of MS-Windows problems...
  2002-12-15 11:39 Speaking of MS-Windows problems Ian Roxborough
@ 2002-12-16 10:04 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2002-12-16 10:04 UTC (permalink / raw)
  To: Ian Roxborough; +Cc: insight

On Sun, 15 Dec 2002, Ian Roxborough wrote:

> A while I ago I posted a patch that should help Insight stop
> crashing so much on MS-Windows platforms.  Details here:

I remember this patch, but I am hesitant to use it, because it could be 
covering up a more serious problem.

Well, I think it is time to admit that maybe that more serious problem 
may be easier to track or solve than the current one.

What do others think? Should I check this in?

Keith


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-16 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-15 11:39 Speaking of MS-Windows problems Ian Roxborough
2002-12-16 10:04 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).