[SW2] Bug Report

Damien Cassou cassou at iam.unibe.ch
Mon Jul 11 15:41:07 MEST 2005



Hi,

with the last image from
http://www.iam.unibe.ch/~scg/Teaching/AdvancedLabs/swimages/

and the  last monticello versions  of seaside (63), magritte  (28) and
smallwiki2  (78)  an  error  is  printed  just  when  the  website  is
displayed.

This is because  the field 'embedded' is not  initialised in the class
SW2Link.

I have modified SW2Link>>embedded to made it work :
embedded
	embedded isNil ifTrue: [ embedded := true ].
	^ embedded


-- 
Damien



More information about the SmallWiki mailing list