public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Ian Roxborough <irox@sbcglobal.net>
To: insight@sources.redhat.com
Subject: Speaking of MS-Windows problems...
Date: Sun, 15 Dec 2002 11:39:00 -0000	[thread overview]
Message-ID: <20021215113009.1a9ab33c.irox@sbcglobal.net> (raw)

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

             reply	other threads:[~2002-12-15 19:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-15 11:39 Ian Roxborough [this message]
2002-12-16 10:04 ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021215113009.1a9ab33c.irox@sbcglobal.net \
    --to=irox@sbcglobal.net \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).