[Etoys] [FIX]SqueakMapLoader

karl karl.ramberg at chello.se
Sat Nov 18 08:50:46 EST 2006


The SqueakMap loader in the OPLC image is not the latest version and 
will update it self if you try to use it.
The problem is that if you don't save the image after SqueakMap is 
updated you will not be able to run it again. This is a small fix for that.
Karl
-------------- next part --------------
'From OLPC1.0 of 17 August 2006 [latest update: #1065] on 14 October 2006 at 3:00:42 pm'!
Object subclass: #SMInstallationRegistry
	instanceVariableNames: 'installedPackages installCounter map'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'SMBase-domain'!
SMPersonalObject subclass: #SMMaintainableObject
	instanceVariableNames: 'feedbackEmail'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'SMBase-domain'!

!SmartRefStream methodsFor: 'conversion' stamp: 'kfr 10/14/2006 14:55'!
sMInstallationRegistryiim0

	^ SMInstallationRegistry! !

!SmartRefStream methodsFor: 'conversion' stamp: 'kfr 10/14/2006 14:54'!
sMMaintainableObjectimcunsucromrf0

	^ SMMaintainableObject! !



More information about the Etoys mailing list