Fix for low space watcher (was: Re: Celeste questions)

Ned Konz ned at bike-nomad.com
Fri Nov 3 17:37:38 UTC 2000


Bernhard Pieber wrote:

> I just got a Debugger UndefinedObject>>dNU currentInterruptName: in
> lowSpaceWatcher while I was doing a compact of my Celeste MailDB.

Well, to fix your low space notification, 
you need to change the following text in lowSpaceWatcher :

	CurrentProjectRefactoring currentInterruptName:

to

	Project currentInterruptName:

and do

	Smalltalk installLowSpaceWatcher

--
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com





More information about the Squeak-dev mailing list