public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "SPENCER OLIVER" <spencer.oliver@anglia.com>
To: <insight@sources.redhat.com>
Subject: Target Settings Dialog
Date: Wed, 21 Sep 2005 08:54:00 -0000	[thread overview]
Message-ID: <0E52CDB03E2AA7438E75C1C3E7F6F7C3045CE622@Exchange.net.angliac.com> (raw)


Just built the latest insight.6.30.50 from cvs head under cygwin. Due to
the targetselection.itb patch made a few days ago the following also
needs changing otherwise the Target Settings dialog will fail to be
created under windows.

Spencer Oliver
Anglia

---
C:\cygwin\sarm-build\insight-6.30.50.20050801\gdb\gdbtk\library\targetse
lection.itb	Sat Jul 03 00:09:33 2004
+++
C:\cygwin\sarm-build\insight-6.30.50\gdb\gdbtk\library\targetselection.i
tb	Tue Sep 20 23:04:30 2005
@@ -513,7 +516,9 @@
   pack $f.fr.bp.at_func $f.fr.bp.func -side left
   grid $f.fr.bp -sticky w -padx 5 -pady 5
   grid $f.fr.verb -sticky w -padx 5 -pady 5
-  grid $f.fr.xterm -sticky w -padx 5 -pady 5
+  if {$tcl_platform(platform) == "unix"} {
+  	grid $f.fr.xterm -sticky w -padx 5 -pady 5
+  }
   if {![pref get gdb/control_target]} {
     grid $f.fr.check -sticky w -padx 5 -pady 5
   }

This email and any files attached are confidential and intended solely for the use of the individual or organisation to whom they are addressed.

The views expressed by the sender of this communication do not necessarily represent those of Anglia.

Please note that Anglia reserves the right to monitor e-mail communications passing through its network.

If you have received this email in error please notify our mail manager at postmaster@anglia.com

...


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

             reply	other threads:[~2005-09-21  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-21  8:54 SPENCER OLIVER [this message]
2005-11-11 17:19 ` 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=0E52CDB03E2AA7438E75C1C3E7F6F7C3045CE622@Exchange.net.angliac.com \
    --to=spencer.oliver@anglia.com \
    --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).