<div dir="ltr">I noticed that too, thanks.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 10, 2020 at 2:52 PM <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">tim Rowledge uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-tpr.1128.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/System-tpr.1128.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-tpr.1128<br>
Author: tpr<br>
Time: 10 January 2020, 12:51:58.425909 pm<br>
UUID: fe1ee0d3-7fe8-468a-91ab-ecbfecdd5cda<br>
Ancestors: System-mt.1127<br>
<br>
Remove reference to a deprecated preference; avoids an annyoing and possibly problematic notifier during a theme change<br>
<br>
=============== Diff against System-mt.1127 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Preferences class>>outOfTheBox (in category 'themes') -----<br>
  outOfTheBox<br>
        "The default out-of-the-box preference settings for Squeak 3.2.  The 'alternative' window-look and scrollbar-look are used.  Button panes are used but not annotation panes.  Scrollbars are on the right and do not flop out."<br>
<br>
        self setPreferencesFrom: self defaultValueTableForCurrentRelease.<br>
+       "SystemNavigation thoroughSenders: true. <- deprecated since all sender searching is now very thorough"<br>
-       SystemNavigation thoroughSenders: true.<br>
        SystemWindow clickOnLabelToEdit: true.<br>
        Text ignoreStyleIfOnlyBold: true.<br>
        MenuMorph roundedMenuCorners: true.<br>
        ScrollBar scrollBarsWithoutMenuButton: true.<br>
        SoundPlayer soundQuickStart: false.<br>
        SoundPlayer stopSoundWhenDone: false.<br>
        SoundService soundEnabled: true.<br>
        SoundRecorder canRecordWhilePlaying:false.!<br>
<br>
<br>
</blockquote></div>