[squeak-dev] Atltitude favicons

Chris Cunnington smalltalktelevision at gmail.com
Tue Dec 18 02:23:05 UTC 2012


On 2012-12-17 8:16 PM, Colin Putney wrote:
>
>
>
> On Mon, Dec 17, 2012 at 12:26 PM, Chris Cunnington 
> <smalltalktelevision at gmail.com <mailto:smalltalktelevision at gmail.com>> 
> wrote:
>
>     I added a favicon.ico to the imageDirectory and put:
>
>     locator at: (ALPath / 'favicon.ico')
>                 put: (ALFileResource on: (FSLocator imageDirectory /
>     'favicon.ico'))
>
>     into #initializeLocator.
>
>     The favicon.ico missing error is gone. It's replaced with
>     FSLocator stumbling on something. Did I miss a step?
>
>
> Ugh, a bug in Filesystem, looks like. Try this:
>
> locator
>     at: (ALPath / 'favicon.ico')
>     put: (ALFileResource on: (FSLocator imageDirectory / 
> 'favicon.ico') resolve
>
> Colin
>
>
Sweet.


Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20121217/5d4e73dc/attachment.htm


More information about the Squeak-dev mailing list