public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* Re: insight/278: Target settings windows doesn't open
@ 2005-11-11 17:20 kseitz
  0 siblings, 0 replies; 2+ messages in thread
From: kseitz @ 2005-11-11 17:20 UTC (permalink / raw)
  To: fafa, insight-prs, kseitz, nobody

Synopsis: Target settings windows doesn't open

Responsible-Changed-From-To: unassigned->kseitz
Responsible-Changed-By: kseitz
Responsible-Changed-When: Fri Nov 11 17:20:29 2005
Responsible-Changed-Why:
    mine
State-Changed-From-To: open->closed
State-Changed-By: kseitz
State-Changed-When: Fri Nov 11 17:20:29 2005
State-Changed-Why:
    I've committed a patch for this. Thanks!

http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=278


^ permalink raw reply	[flat|nested] 2+ messages in thread
* insight/278: Target settings windows doesn't open
@ 2005-11-07 20:03 fafa
  0 siblings, 0 replies; 2+ messages in thread
From: fafa @ 2005-11-07 20:03 UTC (permalink / raw)
  To: insight-gnats


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


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-11 17:20 insight/278: Target settings windows doesn't open kseitz
  -- strict thread matches above, loose matches on Subject: below --
2005-11-07 20:03 fafa

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).