From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Received: (qmail 32454 invoked from network); 11 Nov 2002 23:02:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Nov 2002 23:02:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gABMdUw32655 for ; Mon, 11 Nov 2002 17:39:30 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gABN2WD20299 for ; Mon, 11 Nov 2002 18:02:32 -0500 Received: from DRAGON (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gABN2Vq02054 for ; Mon, 11 Nov 2002 18:02:31 -0500 Subject: [patch] memory window GoTo From: "Martin M. Hunt" To: "insight@sources.redhat.com" Content-Type: multipart/mixed; boundary="=-HO/GsKC1E8d/TSQBywdP" Date: Mon, 11 Nov 2002 15:02:00 -0000 Message-Id: <1037055840.1175.32.camel@localhost.localdomain> Mime-Version: 1.0 X-SW-Source: 2002-q4/txt/msg00093.txt.bz2 --=-HO/GsKC1E8d/TSQBywdP Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 181 This fixes the memory window's "goto" function. It is on the popup menu. 2002-11-11 Martin M. Hunt * library/memwin.itb: Supply arg to _update_address. --=-HO/GsKC1E8d/TSQBywdP Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=p; charset=UTF-8 Content-length: 923 Index: memwin.itb =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 } =20=20 # ------------------------------------------------------------------ --- 675,681 ---- set current_addr $addr $itk_interior.f.cntl delete 0 end $itk_interior.f.cntl insert end $addr ! _update_address 1 } =20=20 # ------------------------------------------------------------------ --=-HO/GsKC1E8d/TSQBywdP--