Trouble getting Smallwiki working.
Ramon Leon
ramonleon at cox.net
Tue Jul 12 12:37:38 MEST 2005
Bert Freudenberg wrote:
> Hi,
>
> there was a critical copy bug in some SW1 versions. Adrien suggested
> this fix:
>
> ====================
>
> !SWPropertyManager methodsFor: 'copying' stamp: 'al 12/8/2004 15:03'!
> postCopy
> | dictionary |
> super postCopy.
> dictionary := Dictionary new.
> properties keysAndValuesDo: [ :key :value |
> dictionary at: key copy put: value copy ].
> properties := dictionary.! !
>
> ====================
>
> SW1 has been working fine for me using this on 3.7 and Linux, image-
> based storage.
>
> - Bert -
Yup, that fixed my 3.8 image too, very much appreciate it.
More information about the SmallWiki
mailing list