<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2012-12-17 8:16 PM, Colin Putney
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAD+=c1jZQ4_ox9s+obYxeQjMJYWKpvx+1gS6T=iRqHic3Ud+AQ@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">On Mon, Dec 17, 2012 at 12:26 PM,
            Chris Cunnington <span dir="ltr">&lt;<a
                moz-do-not-send="true"
                href="mailto:smalltalktelevision@gmail.com"
                target="_blank">smalltalktelevision@gmail.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I
              added a favicon.ico to the imageDirectory and put:<br>
              <br>
              locator at: (ALPath / 'favicon.ico')<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; put: (ALFileResource on: (FSLocator
              imageDirectory / 'favicon.ico'))<br>
              <br>
              into #initializeLocator.<br>
              <br>
              The favicon.ico missing error is gone. It's replaced with
              FSLocator stumbling on something. Did I miss a step?</blockquote>
            <div><br>
            </div>
            <div style="">Ugh, a bug in Filesystem, looks like. Try
              this:</div>
            <div style=""><br>
            </div>
            <div style=""><font face="courier new, monospace">locator&nbsp;</font></div>
            <div style=""><font face="courier new, monospace">&nbsp; &nbsp; at:
                (ALPath / 'favicon.ico')<br>
                &nbsp; &nbsp; put: (ALFileResource on: (FSLocator imageDirectory /
                'favicon.ico') resolve<br>
              </font></div>
            <div style=""><br>
            </div>
            <div style="">Colin</div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    Sweet. <br>
    <br>
    <br>
    Chris <br>
  </body>
</html>