<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>For follow-up: This should also resolve <a href="http://bugs.squeak.org/view.php?id=7873" class="x_OWAAutoLink" id="LPlnk998170">http://bugs.squeak.org/view.php?id=7873</a>.</p>
<p><br>
</p>
<p>Btw: Are we still using this bugtracker system seriously (with the latest time stamps in mind)? Is it worth reporting any bug there instead of mailing it to the list directly? :)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Mittwoch, 4. September 2019 21:22:40<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Inbox: Tools-ct.881.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">A new version of Tools was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Tools-ct.881.mcz">http://source.squeak.org/inbox/Tools-ct.881.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-ct.881<br>
Author: ct<br>
Time: 4 September 2019, 9:22:35.818698 pm<br>
UUID: 8b3f75cd-2e4c-3649-b220-196e1d813c8b<br>
Ancestors: Tools-ct.878<br>
<br>
Refine behavior of #spawn: again<br>
<br>
* Move implementation in StringHolder up to Model, in order to avoid error messages in other Models (such as MCTool, PreferenceBrowser etc.)<br>
* Respect Workspace shouldStyle setting in SearchBar>>#spawn:<br>
* In Workspace>>#spawn:, respect current styling mode<br>
<br>
Thanks to mt!<br>
<br>
=============== Diff against Tools-ct.878 ===============<br>
<br>
Item was added:<br>
+ ----- Method: Model>>spawn: (in category '*Tools') -----<br>
+ spawn: contentsString<br>
+ <br>
+        UIManager default edit: contentsString label: nil!<br>
<br>
Item was changed:<br>
  ----- Method: SearchBar>>spawn: (in category '*Tools') -----<br>
  spawn: contentsString<br>
  <br>
+        UIManager default edit: contentsString label: nil shouldStyle: Workspace shouldStyle!<br>
-        UIManager default edit: contentsString label: nil shouldStyle: true!<br>
<br>
Item was removed:<br>
- ----- Method: StringHolder>>spawn: (in category '*Tools') -----<br>
- spawn: contentsString<br>
- <br>
-        UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle<br>
- !<br>
<br>
Item was added:<br>
+ ----- Method: Workspace>>spawn: (in category '*Tools') -----<br>
+ spawn: contentsString<br>
+ <br>
+        UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>