public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
From: fafa@freesurf.ch
To: insight-gnats@sources.redhat.com
Subject: insight/278: Target settings windows doesn't open
Date: Mon, 07 Nov 2005 20:03:00 -0000	[thread overview]
Message-ID: <20051107195827.21557.qmail@sourceware.org> (raw)


>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:


             reply	other threads:[~2005-11-07 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07 20:03 fafa [this message]
2005-11-11 17:20 kseitz

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=20051107195827.21557.qmail@sourceware.org \
    --to=fafa@freesurf.ch \
    --cc=insight-gnats@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).