public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* PATCH: name the dialog for attaching to process
@ 2000-03-02  9:11 Elena Zannoni
  2000-03-02 10:01 ` James Ingham
  0 siblings, 1 reply; 3+ messages in thread
From: Elena Zannoni @ 2000-03-02  9:11 UTC (permalink / raw)
  To: insight

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  <ezannoni@kwikemart.cygnus.com>
+ 
+       * attachdlg.itb: Give a name to the window.
+ 
  2000-03-01  James Ingham  <jingham@leda.cygnus.com>
  
        * 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: name the dialog for attaching to process
  2000-03-02  9:11 PATCH: name the dialog for attaching to process Elena Zannoni
@ 2000-03-02 10:01 ` James Ingham
  2000-03-02 10:38   ` Elena Zannoni
  0 siblings, 1 reply; 3+ messages in thread
From: James Ingham @ 2000-03-02 10:01 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: insight

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  <ezannoni@kwikemart.cygnus.com>
 > + 
 > +       * attachdlg.itb: Give a name to the window.
 > + 
 >   2000-03-01  James Ingham  <jingham@leda.cygnus.com>
 >   
 >         * 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
 > 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: name the dialog for attaching to process
  2000-03-02 10:01 ` James Ingham
@ 2000-03-02 10:38   ` Elena Zannoni
  0 siblings, 0 replies; 3+ messages in thread
From: Elena Zannoni @ 2000-03-02 10:38 UTC (permalink / raw)
  To: James Ingham; +Cc: Elena Zannoni, insight

James Ingham writes:
 > Elena,
 > 
 > Did you check this in?  If not, feel free...
 > 
 > Jim
 > 

Done.

Elena

 >  > 
 >  > 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  <ezannoni@kwikemart.cygnus.com>
 >  > + 
 >  > +       * attachdlg.itb: Give a name to the window.
 >  > + 
 >  >   2000-03-01  James Ingham  <jingham@leda.cygnus.com>
 >  >   
 >  >         * 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
 >  > 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-03-02 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-02  9:11 PATCH: name the dialog for attaching to process Elena Zannoni
2000-03-02 10:01 ` James Ingham
2000-03-02 10:38   ` Elena Zannoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).