<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Lauren, hi all --<div><br></div><div>I will look into this. Monticello tools have only little support to notice changes in their own data structures such as the list of repositories. Well, looking at #reregisterForNotificationsWith:, they at least notice code changes via the SystemChangeNotifier. That's why the asterisk appears correctly after code modifications but not if an undo would revert that change.</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 15.01.2022 03:20:38 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Monticello was added to project The Inbox:<br>http://source.squeak.org/inbox/Monticello-lrnp.757.mcz<br><br>==================== Summary ====================<br><br>Name: Monticello-lrnp.757<br>Author: lrnp<br>Time: 14 January 2022, 7:20:24.398336 pm<br>UUID: ab83fd2d-d9ec-4257-ae99-181861139e14<br>Ancestors: Monticello-ct.756<br><br>refresh if repository list shortened<br><br>If the repository list was shortened behind the scenes and the UI didn't update, refresh the UI.<br><br>=============== Diff against Monticello-ct.756 ===============<br><br>Item was changed:<br>  ----- Method: MCWorkingCopyBrowser>>repositorySelection: (in category 'morphic ui') -----<br>  repositorySelection: aNumber<br>+ <br>       aNumber = 0<br>           ifTrue: [self repository: nil]<br>+               ifFalse: [self repository: ([self repositories at: aNumber]<br>+                                  on: Error<br>+                                    do: [:e |<br>+                                            (e messageText startsWith: 'subscript is out of bounds')<br>+                                                     ifFalse: [e pass]<br>+                                                    ifTrue: [self loadRepositories. nil]])].<br>-             ifFalse: [self repository: (self repositories at: aNumber)].<br>          self changed: #repositorySelection.<br>+  self changedButtons.!<br>-        self changedButtons.<br>- !<br><br><br></div></blockquote></div>