[FIX] expression bracketing problem

Mike Rutenberg mdr at scn.org
Tue Aug 14 14:19:11 UTC 2001


Minor fix for a boolean expression bracketing problem in
	BookMorph (methodsFor: 'insert and delete') 
	insertPage: aPage pageSize: aPageSize atIndex: anIndex

Was:	(pages isEmpty | anIndex == nil)
Now:	(pages isEmpty | anIndex isNil)

Mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BookMorph-insertPagepageSizeatIndex.st
Type: application/octet-stream
Size: 768 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010814/3e161ee2/BookMorph-insertPagepageSizeatIndex.obj


More information about the Squeak-dev mailing list