From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26161 invoked by alias); 7 Nov 2005 20:03:02 -0000 Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org Received: (qmail 26145 invoked by uid 71); 7 Nov 2005 20:03:01 -0000 Resent-Date: 7 Nov 2005 20:03:01 -0000 Resent-Message-ID: <20051107200301.26144.qmail@sourceware.org> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-To: nobody@sources.redhat.com Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, fafa@freesurf.ch Received: (qmail 21558 invoked by uid 48); 7 Nov 2005 19:58:27 -0000 Message-Id: <20051107195827.21557.qmail@sourceware.org> Date: Mon, 07 Nov 2005 20:03:00 -0000 From: fafa@freesurf.ch Reply-To: fafa@freesurf.ch To: insight-gnats@sources.redhat.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/278: Target settings windows doesn't open X-SW-Source: 2005-q4/txt/msg00001.txt.bz2 List-Id: >Number: 278 >Category: insight >Synopsis: Target settings windows doesn't open >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon Nov 07 20:03:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: fafa@freesurf.ch >Release: insight-weekly-6.30.50.20051031 >Organization: >Environment: cygwin/XP >Description: When I select File->"Target settings" the window does not open. >How-To-Repeat: configure insight with "--target=i686-linux-gnu" >Fix: The problem seems to be that the checkbutton $f.fr.xterm exists only for unix platform, but the instruction grid $f.fr.xterm -sticky w -padx 5 -pady 5 is always done. If i write if {$tcl_platform(platform) == "unix"} { grid $f.fr.xterm -sticky w -padx 5 -pady 5 } the window appears as it should. >Release-Note: >Audit-Trail: >Unformatted: