[BUG][FIX] Resubmitted, Corrected - UtilitesAuthorName-fc

frank at crystal-objects.com frank at crystal-objects.com
Sun Mar 21 18:49:35 UTC 2004


I belive you have misread the first line of the method. You see it's
setting AuthorInitials to aString not AuthorName. 

The complete code for the method is:

setAuthorInitials: aString

	AuthorInitials _ aString.

	"Case of being reset due to, eg, copy of image."
	aString isEmpty ifTrue: [AuthorName _ '']
	aString isEmpty ifTrue: [AuthorName _ nil]



More information about the Squeak-dev mailing list