<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Another one to condense the change file, but you
have to remove the inform morph after:</font></p>
<p><font size="4"> Smalltalk condenseChanges.<br>
"Remove all morphs"<br>
self runningWorld doOneCycleNow.<br>
(UISupervisor ui submorphs reject: [:aMorph | aMorph is:
#TaskbarMorph]) do: [:each | each delete].</font><br>
</p>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>