[FIX] [BUG] 3.2 gamma halo preference panel

Scott Wallace scott.wallace at squeakland.org
Tue Mar 5 22:24:23 UTC 2002


Jim,

Thank you for noticing this!

A fix for this glitch will go into the internal 3.3a update stream 
today, from whence it will eventually work its way back into 3.2gamma.

Cheers,

   -- Scott

PS:  Meantime, you can repair these errant categories in your image 
by evaluating:

Preferences allPreferenceObjects do: [:pr | pr categoryList ifNotNil:
	[pr categoryList: (pr categoryList collect: [:cat | cat asSymbol])]].

After that, any *new* Preferences panels you launch will not exhibit this bug.



At 8:39 PM -0800 3/4/02, Jim Benson wrote:
>In :
>
>Preferences class>>listOfCategories
>
>the Preferences list of categories is different on the UIUC FTP version than
>a manually updated image. In particular, the entry key value
>
>'halos' in the list on the FTP version should be #halos
>
>If halos is not a symbol, then the preference panel does not present the
>radio buttons to change the icon types 'iconic', 'classic', 'simple' or
>'custom'. In addition the option to 'edit custom halos' button does not
>show.
>
>Jim Benson




More information about the Squeak-dev mailing list