<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Sorry. My knowledge of Monticello isn't sufficient to post a single
    method into the inbox. <span class="moz-smiley-s8"><span>=-O  </span></span><br>
    <pre wrap="">
</pre>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12.01.2015 11:39, Tobias Pape wrote:<br>
    </div>
    <blockquote cite="mid:4F715307-38F1-48BF-8245-C9A13ACBE84C@gmx.de"
      type="cite">
      <pre wrap="">Hi

On 12.01.2015, at 11:09, Trygve Reenskaug <a class="moz-txt-link-rfc2396E" href="mailto:trygver@ifi.uio.no">&lt;trygver@ifi.uio.no&gt;</a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">SMSimpleInstaller&gt;&gt;fileIntoChangeSetNamed: aString fromStream: stream
    "We let the user confirm filing into an existing ChangeSet
    or specify another ChangeSet name if
    the name derived from the filename already exists."
    | changeSet newName oldChanges global |
    newName := aString.
    changeSet := SMInstaller changeSetNamed: newName.
    changeSet ifNotNil: [
        newName := self silent ifNil: [UIManager default
                                    request: 'ChangeSet already present, just confirm to overwrite or enter a new name:' 
                                    initialAnswer: newName]
                        ifNotNil: [newName].
    ++++++

AFAICS, 'self silent' cannot return nil, it always returns a boolan.
</pre>
      </blockquote>
      <pre wrap="">
you're right :)
Care to put a fixed version into the inbox?
        <a class="moz-txt-link-freetext" href="http://source.squeak.org/inbox.html">http://source.squeak.org/inbox.html</a>

Best
        -Tobia


</pre>
    </blockquote>
    Sorry.  I can't find a way to post input (a method source) directly 
    into the inbox and my knowledge of Monticello etc.  isn't sufficient
    to let me post a single method into the repository and  my knowledge
    of SMSimpleInstaller isn't sufficient for me to write a meaningful
    test.<span class="moz-smiley-s8"></span><span
      style="mso-fareast-font-family:&quot;Times New
      Roman&quot;;mso-ansi-language:
      EN-US" lang="EN-US"></span><span style="mso-ansi-language:EN-US"
      lang="EN-US"><o:p></o:p></span>
    <div class="moz-signature">
      <div class="WordSection1">
      </div>
    </div>
  </body>
</html>