public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Graham Swallow <Information-Cascade@ntlworld.com>
Cc: insight@sources.redhat.com
Subject: Re: insight combobox error (wont go away) no such variable grabstatus
Date: Mon, 07 Oct 2002 09:04:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.44.0210070905590.3979-100000@valrhona.uglyboxes.com> (raw)
In-Reply-To: <20021007165805.4a016d7a.Information-Cascade@ntlworld.com>

On Mon, 7 Oct 2002, Graham Swallow wrote:

> With my current glibc/X11 versions, I get a combo-box
> problem with insight - the combobox wont close, reports
> a stack trace, saying no such variable as "grabstatus".
> The problem get better with this line that sets the
> variable if it hasnt been set. You would probably go
> back to the root-cause which might be the foreach
> never lappend-ing anything in the first place.

Are you keeping your sources up to date? I believe that a patch was 
committed to libgui to fix this. (Copied below)

Keith

2002-09-20  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

        * library/combobox.tcl (build): Add line missing from previous 
	patch.

Index: combobox.tcl
===================================================================
RCS file: /cvs/src/src/libgui/library/combobox.tcl,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -r1.4 -r1.5
*** combobox.tcl        20 Sep 2002 17:38:52 -0000      1.4
--- combobox.tcl        25 Sep 2002 05:01:21 -0000      1.5
*************** proc ::combobox::widgetProc {w command a
*** 792,797 ****
--- 792,798 ----
            # *gasp* do a global grab!!! Mom always told not to
            # do things like this... :-)
            set grablist [grab current]
+           set grabstatus {}
            foreach grabitem $grablist {
                lappend grabstatus [grab status $grabitem]
            }


      reply	other threads:[~2002-10-07 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-07  8:57 Graham Swallow
2002-10-07  9:04 ` Keith Seitz [this message]

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=Pine.LNX.4.44.0210070905590.3979-100000@valrhona.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=Information-Cascade@ntlworld.com \
    --cc=insight@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).