public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFA] memory window popup dialig fix
@ 2001-07-20 15:18 Martin M. Hunt
  2001-07-20 15:25 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Martin M. Hunt @ 2001-07-20 15:18 UTC (permalink / raw)
  To: insight

This patch fixes the "open new window at adress 0xf00" popup option so it 
actually works.

2001-07-20  Martin M. Hunt  <hunt@redhat.com>

	* library/memwin.itb: Fix syntax to open a new window
	using the "-force" flag.

Index: memwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/memwin.itb,v
retrieving revision 1.8
diff -u -p -r1.8 memwin.itb
--- memwin.itb	2001/06/04 15:49:53	1.8
+++ memwin.itb	2001/07/20 22:15:54
@@ -686,7 +686,7 @@ body MemWin::do_popup {X Y} {
   $itk_interior.t.menu add command -label "Go To [$itk_interior.t curvalue]" 
-underline 0 \
     -command "$this goto [$itk_interior.t curvalue]"
   $itk_interior.t.menu add command -label "Open New Window at 
[$itk_interior.t curvalue]" -underline 0 \
-    -command [list ManagedWin::open -force MemWin -addr_exp [$itk_interior.t 
curvalue]]
+    -command [list ManagedWin::open MemWin -force -addr_exp [$itk_interior.t 
curvalue]]
   $itk_interior.t.menu add separator
   $itk_interior.t.menu add command -label "Preferences..." -underline 0 \
     -command "$this create_prefs"
\b

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

* Re: [RFA] memory window popup dialig fix
  2001-07-20 15:18 [RFA] memory window popup dialig fix Martin M. Hunt
@ 2001-07-20 15:25 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2001-07-20 15:25 UTC (permalink / raw)
  To: Martin M. Hunt; +Cc: insight

On Fri, 20 Jul 2001, Martin M. Hunt wrote:

> This patch fixes the "open new window at adress 0xf00" popup option so it
> actually works.
>
> 2001-07-20  Martin M. Hunt  <hunt@redhat.com>
>
> 	* library/memwin.itb: Fix syntax to open a new window
> 	using the "-force" flag.

Very good! Thanks!

Keith


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

end of thread, other threads:[~2001-07-20 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-20 15:18 [RFA] memory window popup dialig fix Martin M. Hunt
2001-07-20 15:25 ` 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).