[bug] PDA correction

H. Paul Jacobson paul at geophys.washington.edu
Mon Oct 8 05:47:13 UTC 2001


'From Squeak3.1beta of 3 October 2001 [latest update: #4411] on 7 October
2001 at 10:34:22 pm'!
"Change Set:		PDEcorrection
Date:			7 October 2001
Author:			

correct which index is checked when creating the notes Menu"!


!PDA methodsFor: 'notes' stamp: 'hpj3 10/7/2001 22:27'!
notesMenu: aMenu

	aMenu add: 'add new note' target: self selector: #addNote.
	notesListIndex > 0 ifTrue:
		[aMenu add: 'remove note' target: self
selector: #removeNote].
	^ aMenu! !







More information about the Squeak-dev mailing list