This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Target Settings Dialog


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
________________________________________________________________________


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]