public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Martin M. Hunt" <hunt@redhat.com>
To: Insight Mailing List <insight@sources.redhat.com>
Subject: [RFA] debug window fix
Date: Thu, 03 Jan 2002 13:10:00 -0000	[thread overview]
Message-ID: <200201032110.NAA03514@cygnus.com> (raw)

There is a problem with the Debug WIndow options dialog.  
Selecting one of the 3 radiobuttons on the top causes
the error.

-- 
Martin Hunt
GDB Engineer
Red Hat, Inc.

2002-01-02  Martin M. Hunt  <hunt@redhat.com>

	* library/debugwin.itb: Fix incorrect button names
	so they will be enabled/disabled properly.

Index: library/debugwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/debugwin.itb,v
retrieving revision 1.6
diff -u -p -r1.6 debugwin.itb
--- debugwin.itb	2001/11/08 18:31:40	1.6
+++ debugwin.itb	2002/01/03 21:06:37
@@ -420,7 +420,7 @@ body DebugWinDOpts::_all {} {
       #enable class buttons
       set num 0
       foreach class $_classes {
-	$itk_interior.f.classes.childsite.$num configure -state normal
+	[$itk_interior.f.classes childsite].$num configure -state normal
 	incr num
       }
     }
@@ -430,7 +430,7 @@ body DebugWinDOpts::_all {} {
       #enable class buttons
       set num 0
       foreach class $_classes {
-	$itk_interior.f.classes.childsite.$num configure -state normal
+	[$itk_interior.f.classes childsite].$num configure -state normal
 	incr num
       }
     }
@@ -440,7 +440,7 @@ body DebugWinDOpts::_all {} {
       # disable class buttons
       set num 0
       foreach class $_classes {
-	$itk_interior.f.classes.childsite.$num configure -state disabled
+	[$itk_interior.f.classes childsite].$num configure -state disabled
 	incr num
       }
     }

             reply	other threads:[~2002-01-03 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-03 13:10 Martin M. Hunt [this message]
2002-01-03 13:20 ` Keith Seitz

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=200201032110.NAA03514@cygnus.com \
    --to=hunt@redhat.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).