[Q] Problems with StarBrowser

Ned Konz ned at bike-nomad.com
Sat Apr 26 16:56:59 UTC 2003


On Saturday 26 April 2003 02:04 am, Lic. Edgar J. De Cleene wrote:
> I begin to use StarBrowser and I having the attached error.
> MNU labelString
> This not always happen , and I don not know if it's a bug or an
> error by me.

Looks like a bug.

Try changing SystemWindow>>update: as follows:

update: aSymbol
	aSymbol = #relabel
		ifTrue: [^ model ifNotNil: [ self setLabel: model labelString ] ].

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list