public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Target Settings Dialog
@ 2005-09-21  8:54 SPENCER OLIVER
  2005-11-11 17:19 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: SPENCER OLIVER @ 2005-09-21  8:54 UTC (permalink / raw)
  To: insight


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
________________________________________________________________________

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

* Re: Target Settings Dialog
  2005-09-21  8:54 Target Settings Dialog SPENCER OLIVER
@ 2005-11-11 17:19 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2005-11-11 17:19 UTC (permalink / raw)
  To: SPENCER OLIVER; +Cc: insight

SPENCER OLIVER wrote:
> 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.

Thanks for the patch. I've committed the patch.

Keith

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

end of thread, other threads:[~2005-11-11 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-21  8:54 Target Settings Dialog SPENCER OLIVER
2005-11-11 17:19 ` 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).