public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@cygnus.com>
To: Insight Maling List <insight@sources.redhat.com>
Subject: [PATCH] Don't save plugins
Date: Thu, 11 Oct 2001 07:35:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.33.0112071317320.19497-100000@makita.cygnus.com> (raw)

Hi,

We cannot properly re-open plugins if we quit with them open, so until
that is fixed, don't save any plugins into the active window list.

Keith

ChangeLog
2001-12-07  Keith Seitz  <keiths@redhat.com>

	* library/managedwin.itb (shutdown): Don't save geometry for
	plugins, either.

Patch
Index: library/managedwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
retrieving revision 1.20
diff -u -p -r1.20 managedwin.itb
--- managedwin.itb	2001/11/08 18:31:40	1.20
+++ managedwin.itb	2001/12/07 21:17:26
@@ -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]


WARNING: multiple messages have this Message-ID
From: Keith Seitz <keiths@cygnus.com>
To: Insight Maling List <insight@sources.redhat.com>
Subject: [PATCH] Don't save plugins
Date: Fri, 07 Dec 2001 13:18:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.33.0112071317320.19497-100000@makita.cygnus.com> (raw)
Message-ID: <20011207131800.xfi3gKsyxZ983vo3ZoNkOLt4ZgcgxEbAV_shfAE72C0@z> (raw)

Hi,

We cannot properly re-open plugins if we quit with them open, so until
that is fixed, don't save any plugins into the active window list.

Keith

ChangeLog
2001-12-07  Keith Seitz  <keiths@redhat.com>

	* library/managedwin.itb (shutdown): Don't save geometry for
	plugins, either.

Patch
Index: library/managedwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
retrieving revision 1.20
diff -u -p -r1.20 managedwin.itb
--- managedwin.itb	2001/11/08 18:31:40	1.20
+++ managedwin.itb	2001/12/07 21:17:26
@@ -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]


             reply	other threads:[~2001-12-07 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-11  7:35 Keith Seitz [this message]
2001-12-07 13:18 ` 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=Pine.GSO.4.33.0112071317320.19497-100000@makita.cygnus.com \
    --to=keiths@cygnus.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).