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]

Fix for session numbering


This will make your sessions have different numbers (in the File menu).

	* srcmenubar.itcl (create_file_menu): Add missing incr for session
	numbers.


Index: library/srcmenubar.itcl
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srcmenubar.itcl,v
retrieving revision 1.2
diff -c -p -r1.2 srcmenubar.itcl
*** srcmenubar.itcl	2001/01/04 17:22:22	1.2
--- srcmenubar.itcl	2001/01/09 11:47:02
*************** class SrcMenuBar {
*** 126,131 ****
--- 126,132 ----
  	menubar_add_menu_command Other "$i $item" \
  	  [list session_load $item] \
  	  -underline 0
+ 	incr i
        }
      }
  

-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

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