[UPDATES] 10 new updates for 2.4

agree at carltonfields.com agree at carltonfields.com
Thu Apr 29 23:20:02 UTC 1999


>	labelString := 'Untitled Window'

Causes some bugs when labelString had already been initialized.  Perhaps this code wants to be

	labelString := labelString ifNil: ['Untitled Window']

      instead?





More information about the Squeak-dev mailing list