Morphic Rolodex: Celeste class(Object)>>doesNotUnderstand:#isActive and arguments: #()

Steve Elkins sgelkins at bellsouth.net
Tue Jul 31 11:19:53 UTC 2001


Try the attached version of Celeste class>>openOn: or patch it yourself.
 The current last line is the problem.  It reads

	self openOnDatabase: database

but it should read

	^ self openOnDatabase: database

to get the instance returned instead of the class in the case where no
instance of Celeste is open when 'Celeste current' is invoked.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Celeste class-openOn.st
Type: application/octet-stream
Size: 483 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010731/c00fd1ec/Celesteclass-openOn.obj


More information about the Squeak-dev mailing list