OSDN Git Service

* library/managedwin.itb (shutdown): Don't save geometry for ...
authorkseitz <kseitz>
Fri, 7 Dec 2001 21:19:04 +0000 (21:19 +0000)
committerkseitz <kseitz>
Fri, 7 Dec 2001 21:19:04 +0000 (21:19 +0000)
gdb/gdbtk/ChangeLog
gdb/gdbtk/library/managedwin.itb

index 25b8e53..47ce9b9 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-07  Keith Seitz  <keiths@redhat.com>
+
+       * library/managedwin.itb (shutdown): Don't save geometry for
+       plugins, either.
+
 2001-12-05  Keith Seitz  <keiths@redhat.com>
 
        * library/console.itb (busy): Set the cursor to the watch.
index 23daeaf..3272c43 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] && ![$win isa PluginWindow]} {
       set g [wm geometry [winfo toplevel [namespace tail $win]]]
       pref setd gdb/geometry/[namespace tail $win] $g
       lappend activeWins [$win pickle]