[squeak-dev] The Trunk: Protocols-ct.83.mcz

Tobias Pape Das.Linux at gmx.de
Thu May 5 21:41:34 UTC 2022



> On 5. May 2022, at 23:21, Thiede, Christoph <Christoph.Thiede at student.hpi.uni-potsdam.de> wrote:
> 
> 
> > > Replaces missing icon in lexicon. Is this ok?
> > > 
> > 
> > What do you mean by "missing"?
> >         -T
> 
> Well, I think the Cat icon was just a placeholder and not really related to the action "show home category".
> 


ah.. I liked the cat tho … well
-t
> Before:
> <pastedImage.png>
> 
> After:
> <pastedImage.png>
> 
> See https://lists.squeakfoundation.org/pipermail/squeak-dev/2022-April/219880.html. :-)
> 
> est,
> Christoph
> 
> Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Tobias Pape <Das.Linux at gmx.de>
> Gesendet: Donnerstag, 5. Mai 2022 20:29:33
> An: The general-purpose Squeak developers list
> Betreff: Re: [squeak-dev] The Trunk: Protocols-ct.83.mcz
>  
> HI
> 
> > On 5. May 2022, at 19:51, Thiede, Christoph <Christoph.Thiede at student.hpi.uni-potsdam.de> wrote:
> > 
> > Replaces missing icon in lexicon. Is this ok?
> > 
> 
> What do you mean by "missing"?
>         -T
> 
> > =============== Diff against Protocols-mt.82 ===============
> > 
> > Item was changed:
> >   ----- Method: Lexicon>>addSpecialButtonsTo:with: (in category 'toolbuilder') -----
> >   addSpecialButtonsTo: buttonPanelSpec with: builder
> >   
> >          | homeCatBtnSpec menuBtnSpec mostGenericBtnSpec |
> >          homeCatBtnSpec := builder pluggableButtonSpec new
> >                  model: self;
> >                  action: #showHomeCategory;
> > +                label: MenuIcons smallHomeIcon asMorph;
> > -                label: (ScriptingSystem formAtKey: #Cat) asMorph;




More information about the Squeak-dev mailing list