<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>Oh no. The source.squeak.org web interface was giving me internal server errors all day, so I might have clicked the "Move to Trunk" button a bit too often. Luckily, no one was hurt and the Trunk repository still looks intact to me.</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</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> Donnerstag, 5. Mai 2022 19:48:53<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Protocols-ct.83.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Christoph Thiede uploaded a new version of Protocols to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Protocols-ct.83.mcz">http://source.squeak.org/trunk/Protocols-ct.83.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Protocols-ct.83<br>
Author: ct<br>
Time: 2 April 2022, 6:49:54.492838 pm<br>
UUID: 63954fa8-6cc1-8048-8bbb-5c9a2d49332d<br>
Ancestors: Protocols-mt.82<br>
<br>
Replaces missing icon in lexicon. Is this ok?<br>
<br>
=============== Diff against Protocols-mt.82 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Lexicon>>addSpecialButtonsTo:with: (in category 'toolbuilder') -----<br>
  addSpecialButtonsTo: buttonPanelSpec with: builder<br>
  <br>
         | homeCatBtnSpec menuBtnSpec mostGenericBtnSpec |<br>
         homeCatBtnSpec := builder pluggableButtonSpec new<br>
                 model: self;<br>
                 action: #showHomeCategory;<br>
+                label: MenuIcons smallHomeIcon asMorph;<br>
-                label: (ScriptingSystem formAtKey: #Cat) asMorph;<br>
                 help: 'show this method''s home category';<br>
                 yourself.<br>
         menuBtnSpec := builder pluggableButtonSpec new<br>
                 model: self;<br>
                 action: #offerMenu;<br>
                 label: (ScriptingSystem formAtKey: #TinyMenu) asMorph;<br>
                 help: 'click here to get a menu with further options';<br>
                 yourself.<br>
         mostGenericBtnSpec :=builder pluggableButtonSpec new<br>
                 model: self;<br>
                 action: #chooseLimitClass;<br>
                 label: #limitClassString;<br>
                 help: 'Governs which classes'' methods should be shown.  If this is the same as the viewed class, then only methods implemented in that class will be shown.  If it is ProtoObject, then methods of all classes in the vocabulary will be shown.'.<br>
         buttonPanelSpec children<br>
                 add: homeCatBtnSpec;<br>
                 addFirst: mostGenericBtnSpec;<br>
                 addFirst: menuBtnSpec.!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>