<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Lauren --<div><br></div><div>-1</div><div><br></div><div>Now we get "Chronology-nil" as #selectedSystemCategory when one selects the "Chronology" package but no category. The old answer was "nil" instead of "Chronology-nil".</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 28.03.2022 22:14:30 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Tools was added to project The Inbox:<br>http://source.squeak.org/inbox/Tools-lrnp.1144.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-lrnp.1144<br>Author: lrnp<br>Time: 28 March 2022, 2:14:18.999919 pm<br>UUID: 93cebbab-cdc7-4e8d-97c7-f8e7a099c4da<br>Ancestors: Tools-mt.1143<br><br>remove unneeded method in PackagePaneBrowser<br><br>Browser>>selectedSystemCategory is defined to return nil when nothing is selected, so remove the test in PackagePaneBrowser's version. Removing the test lets us remove the other method entirely.<br><br>PackagePaneBrowser>>hasSystemCategorySelected was only needed to avoid infinite recursion.<br><br>=============== Diff against Tools-mt.1143 ===============<br><br>Item was removed:<br>- ----- Method: PackagePaneBrowser>>hasSystemCategorySelected (in category 'system category list') -----<br>- hasSystemCategorySelected<br>-   ^ super selectedSystemCategory notNil.!<br><br>Item was changed:<br>  ----- Method: PackagePaneBrowser>>selectedSystemCategory (in category 'system category list') -----<br>  selectedSystemCategory<br>   "Answer the name of the selected system category or nil."<br>  <br>-      self hasSystemCategorySelected<br>-               ifFalse: [^nil].<br>      packageListIndex = 0<br>                  ifTrue: [^ super selectedSystemCategory ].<br>    ^ self package , '-' , super selectedSystemCategory!<br><br><br></div></blockquote></div>