public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFA] debug window fix
@ 2002-01-03 13:10 Martin M. Hunt
  2002-01-03 13:20 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Martin M. Hunt @ 2002-01-03 13:10 UTC (permalink / raw)
  To: Insight Mailing List

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

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

* Re: [RFA] debug window fix
  2002-01-03 13:10 [RFA] debug window fix Martin M. Hunt
@ 2002-01-03 13:20 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2002-01-03 13:20 UTC (permalink / raw)
  To: Martin M. Hunt; +Cc: Insight Mailing List

On Thu, 3 Jan 2002, Martin M. Hunt wrote:

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

Yikes! I'd say this is pretty obvious, no?

Thanks!
Keith

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

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

end of thread, other threads:[~2002-01-03 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-03 13:10 [RFA] debug window fix Martin M. Hunt
2002-01-03 13:20 ` Keith Seitz

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