This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch[ fix Control-p = print


Another minor bug off my list.

2002-11-11  Martin M. Hunt  <hunt@redhat.com>	

	* library/srctextwin.itb (do_key): Add arg to
	print call.






Index: library/srctextwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srctextwin.itb,v
retrieving revision 1.39
diff -p -r1.39 srctextwin.itb
*** library/srctextwin.itb	8 Nov 2002 05:25:20 -0000	1.39
--- library/srctextwin.itb	11 Nov 2002 23:22:05 -0000
*************** itcl::body SrcTextWin::addToWatch {var} 
*** 2159,2165 ****
  itcl::body SrcTextWin::do_key {key} {    
    if {!$Running} {
      switch $key {
!       print        { print }
        download     { Download::download_it }
        run          { $parent inferior run }
        stack        { ManagedWin::open StackWin }
--- 2159,2165 ----
  itcl::body SrcTextWin::do_key {key} {    
    if {!$Running} {
      switch $key {
!       print        { print $top }
        download     { Download::download_it }
        run          { $parent inferior run }
        stack        { ManagedWin::open StackWin }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]