From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12726 invoked by alias); 7 May 2002 21:53:01 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 12712 invoked by uid 71); 7 May 2002 21:53:01 -0000 Resent-Date: 7 May 2002 21:53:01 -0000 Resent-Message-ID: <20020507215301.12711.qmail@sources.redhat.com> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-To: nobody@sources.redhat.com Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, craig@triscend.com Received:(qmail 11692 invoked by uid 61); 7 May 2002 21:48:09 -0000 Message-Id:<20020507214809.11691.qmail@sources.redhat.com> Date: Tue, 07 May 2002 14:53:00 -0000 From: craig@triscend.com Reply-To: craig@triscend.com To: insight-gnats@sources.redhat.com X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/150: Focus is not given to the files entry box within the watch window X-SW-Source: 2002-q2/txt/msg00019.txt.bz2 List-Id: >Number: 150 >Category: insight >Synopsis: Focus is not given to the files entry box within the watch window >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue May 07 14:53:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: craig@triscend.com >Release: unknown-1.0 >Organization: >Environment: Windows 2000/Cygwin & linux >Description: This patch gives focus to the variable entry box within the watch window. >How-To-Repeat: >Fix: See attached patch file. >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="watch.tcl.pat" Content-Disposition: inline; filename="watch.tcl.pat" Index: watch.tcl =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/watch.tcl,v retrieving revision 1.5 diff -c -p -r1.5 watch.tcl *** watch.tcl 5 Mar 2002 22:22:20 -0000 1.5 --- watch.tcl 7 May 2002 21:44:51 -0000 *************** class WatchWin { *** 73,79 **** ::update idletasks # Binding for the entry bind $entryFrame.ent "$entryFrame.but flash; $entryFrame.but invoke" ! } method selectionChanged {entry} { --- 73,79 ---- ::update idletasks # Binding for the entry bind $entryFrame.ent "$entryFrame.but flash; $entryFrame.but invoke" ! focus $Entry } method selectionChanged {entry} {