[squeak-dev] Bug in Browser>>messageIconHelpAt:

Stéphane Rollandin lecteur at zogotounga.net
Tue Feb 23 17:05:32 UTC 2016


Hello,

In trunk there is an error in Browser>>messageIconHelpAt:

the test

	self class showMessageIcons
		ifFalse: [^ nil].

should be

	self class showMessageIcons
		ifFalse: [^ ''].


Stef


More information about the Squeak-dev mailing list