public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@cygnus.com>
To: Niraj Gupta <ngupta@zumanetworls.com>
Cc: <insight@sources.redhat.com>
Subject: Re: insight connect window launching issues
Date: Thu, 05 Jul 2001 16:05:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.33.0107051602340.8703-100000@makita.cygnus.com> (raw)
In-Reply-To: <MSMAILr2iz2Mb1s7nlT00000292@msmail.win.zumanetworks.com>

On Thu, 5 Jul 2001, Niraj Gupta wrote:

> this top of the tree in cvs for insight, been seeing this for last couple of
> weeks,

I was just checking to see if anyone was actually checking out insight...
NOT! :-)

I've checked in a patch for this.

> also i see this warning/error during compilation,
> use of tmpnam is dangerous, use mkstemp instead while compiling some of the
> files, issuing a recompile continues and finishes compilation

I have no idea what you might be talking about. Can you give me some more
details (the exact error from make)?

Thanks for the bug pointer
Keith

Index: managedwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
retrieving revision 1.15
diff -u -p -r1.15 managedwin.itb
--- managedwin.itb	2001/06/18 17:13:30	1.15
+++ managedwin.itb	2001/07/05 23:02:24
@@ -244,11 +244,13 @@ body ManagedWin::_create { class args }
   wm minsize $top 20 20
   update idletasks

-  if {$over != "" || $center} {
+  if {$over != ""} {
     # center new window
     center_window $top -over [winfo toplevel [namespace tail $over]]
+  } elseif {$center} {
+    center_window $top
   }
-
+
   if {$transient} {
     wm resizable $top 0 0
     wm transient $top .

      reply	other threads:[~2001-07-05 16:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-05 15:42 Niraj Gupta
2001-07-05 16:05 ` Keith Seitz [this message]

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.0107051602340.8703-100000@makita.cygnus.com \
    --to=keiths@cygnus.com \
    --cc=insight@sources.redhat.com \
    --cc=ngupta@zumanetworls.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).