The Trunk: MorphicExtras-ct.369.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of MorphicExtras to project The Trunk: http://source.squeak.org/trunk/MorphicExtras-ct.369.mcz ==================== Summary ==================== Name: MorphicExtras-ct.369 Author: ct Time: 27 August 2026, 7:49:30.903553 pm UUID: c02b5f9d-fc97-491b-9b30-3d835731caf7 Ancestors: MorphicExtras-mt.367 Adds missing clean-up for navigators' project thumbnail cache. To date, this still includes screenshots of the first version of the "Worlds of Squeak" from Squeak 3.1 ... :D After running cleanUp the next time (e.g., when building the next release image), 73 KB will be freed. =============== Diff against MorphicExtras-mt.367 =============== Item was added: + ----- Method: InternalThreadNavigationMorph class>>cleanUp (in category 'initialize-release') ----- + cleanUp + + self clearThumbnailCache.! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]