[squeak-dev] Atltitude favicons

Colin Putney colin at wiresong.com
Tue Dec 18 01:16:18 UTC 2012


On Mon, Dec 17, 2012 at 12:26 PM, Chris Cunnington <
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20121217/d0ad32c7/attachment.htm


More information about the Squeak-dev mailing list