[ANN] 3.6gamma candidate image available

goran.krampe at bluefish.se goran.krampe at bluefish.se
Fri Sep 26 18:10:35 UTC 2003


Daniel Vainsencher <danielv at netvision.net.il> wrote:
> What happens? if a walkback, mail bug to list.
> 
> Daniel

The problem is this code in SMLoader class:
downloadDirectoryName
	"Answer the name of my default download directory.
	This can be a relative name.
	Default to the current directory for compatibility with old behavior"

	^Preferences parameterAt: #SMLoaderDownloadDirectoryName
		ifAbsentPut: [ FileDirectory default fullName ].

Or rather - the code isn't the problem - but the Preference is set by
Doug! Needs to be cleared.

regards, Göran



More information about the Squeak-dev mailing list