This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] memory window GoTo


This fixes the memory window's "goto" function.  It is on the popup
menu.


2002-11-11  Martin M. Hunt  <hunt@redhat.com>	

	* library/memwin.itb: Supply arg to _update_address.



Index: memwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/memwin.itb,v
retrieving revision 1.21
diff -p -r1.21 memwin.itb
*** memwin.itb	15 Oct 2002 21:19:51 -0000	1.21
--- memwin.itb	11 Nov 2002 23:01:15 -0000
*************** itcl::body MemWin::goto { addr } {
*** 675,681 ****
    set current_addr $addr
    $itk_interior.f.cntl delete 0 end
    $itk_interior.f.cntl insert end $addr
!   _update_address
  }
  
  # ------------------------------------------------------------------
--- 675,681 ----
    set current_addr $addr
    $itk_interior.f.cntl delete 0 end
    $itk_interior.f.cntl insert end $addr
!   _update_address 1
  }
  
  # ------------------------------------------------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]