OSDN Git Service

2001-11-08 Martin M. Hunt <hunt@redhat.com>
authorhunt <hunt>
Thu, 8 Nov 2001 18:31:38 +0000 (18:31 +0000)
committerhunt <hunt>
Thu, 8 Nov 2001 18:31:38 +0000 (18:31 +0000)
* library/managedwin.itb (ManagedWin::shutdown): Fix
typo in class name DebugWinDOpts.

* library/debugwin.itb: Add MemWin to _classes.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/debugwin.itb
gdb/gdbtk/library/managedwin.itb

index f3a129e..ad86b87 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-08  Martin M. Hunt  <hunt@redhat.com>
+
+       * library/managedwin.itb (ManagedWin::shutdown): Fix
+       typo in class name DebugWinDOpts.
+
+       * library/debugwin.itb: Add MemWin to _classes.
+
 2001-11-05  Martin M. Hunt  <hunt@redhat.com>
        * generic/gdbtk-cmds.h (gdbtk_set_result): Declare.
        A printf-like function to return error messages.
index ccea1c9..4c366e2 100644 (file)
@@ -338,8 +338,9 @@ body DebugWinDOpts::build_win {} {
   wm title [winfo toplevel $itk_interior] "Debug Display Options"
   # initialize here so we can resource this file and update the list
   set _classes {DebugWin RegWin SrcBar SrcWin ToolBar WatchWin EmbeddedWin \
-               ManagedWin GDBWin StackWin SrcTextWin VariableWin global BpWin \
-                 TargetSelection ModalDialog ProcessWin GDBEventHandler}
+                 ManagedWin GDBWin StackWin SrcTextWin VariableWin global \
+                 BpWin TargetSelection ModalDialog ProcessWin \
+                 GDBEventHandler MemWin}
   set _classes [concat [lsort $_classes] others]
 
   set f [frame $itk_interior.f]
index 2bc6f67..23daeaf 100644 (file)
@@ -116,7 +116,7 @@ body ManagedWin::shutdown {} {
   set activeWins {}
   foreach win [itcl_info objects -isa ManagedWin] {
     if {![$win isa ModalDialog] && ![$win isa DebugWin] &&
-       ! [$win isa DebugWinDopts]} {
+       ![$win isa DebugWinDOpts]} {
       set g [wm geometry [winfo toplevel [namespace tail $win]]]
       pref setd gdb/geometry/[namespace tail $win] $g
       lappend activeWins [$win pickle]