From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Ingham To: Elena Zannoni Cc: insight@sourceware.cygnus.com Subject: Re: PATCH: name the dialog for attaching to process Date: Thu, 02 Mar 2000 10:01:00 -0000 Message-id: <14526.44336.438848.900549@leda.cygnus.com> References: <14526.41125.275416.287347@kwikemart.cygnus.com> X-SW-Source: 2000-q1/msg00107.html Elena, Did you check this in? If not, feel free... Jim > > This patch gives a name to the attach dialog. > > Elena > > Index: ChangeLog > =================================================================== > RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/ChangeLog,v > retrieving revision 1.3 > diff -c -r1.3 ChangeLog > *** ChangeLog 2000/03/02 01:49:30 1.3 > --- ChangeLog 2000/03/02 17:07:45 > *************** > *** 1,3 **** > --- 1,7 ---- > + 2000-03-02 Elena Zannoni > + > + * attachdlg.itb: Give a name to the window. > + > 2000-03-01 James Ingham > > * interface.tcl (_open_file): The window which had the focus could > > Index: attachdlg.itb > =================================================================== > RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/attachdlg.itb,v > retrieving revision 1.1 > diff -c -r1.1 attachdlg.itb > *** attachdlg.itb 2000/02/04 13:52:34 1.1 > --- attachdlg.itb 2000/03/02 17:07:45 > *************** > *** 9,14 **** > --- 9,15 ---- > > body AttachDlg::constructor {args} { > > + window_name "Attach To Process" > build_win > eval itk_initialize $args >