OSDN Git Service

2002-11-11 Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Wed, 13 Nov 2002 20:17:10 +0000 (20:17 +0000)
committerMartin Hunt <hunt@redhat.com>
Wed, 13 Nov 2002 20:17:10 +0000 (20:17 +0000)
* library/memwin.itb: Supply arg to _update_address.

gdb/gdbtk/library/memwin.itb

index 2ef3c1a..4c71ed0 100644 (file)
@@ -675,7 +675,7 @@ itcl::body MemWin::goto { addr } {
   set current_addr $addr
   $itk_interior.f.cntl delete 0 end
   $itk_interior.f.cntl insert end $addr
-  _update_address
+  _update_address 1
 }
 
 # ------------------------------------------------------------------