The Trunk: SmallLand-ColorTheme-fbs.3.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SmallLand-ColorTheme-fbs.3.mcz

commits-2
Frank Shearar uploaded a new version of SmallLand-ColorTheme to project The Trunk:
http://source.squeak.org/trunk/SmallLand-ColorTheme-fbs.3.mcz

==================== Summary ====================

Name: SmallLand-ColorTheme-fbs.3
Author: fbs
Time: 6 July 2013, 3:43:07.539 pm
UUID: d414b80c-6fe0-5745-9883-908073af4f85
Ancestors: SmallLand-ColorTheme-fbs.2

Upon unloading, set the ColorTheme to the default theme.

=============== Diff against SmallLand-ColorTheme-fbs.2 ===============

Item was added:
+ ----- Method: SmallLandColorTheme class>>unload (in category 'as yet unclassified') -----
+ unload
+ ColorTheme current: ColorTheme defaultTheme.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: SmallLand-ColorTheme-fbs.3.mcz

Chris Muller-3
I already did this in the MC postscript for my Inbox submission.

On Sat, Jul 6, 2013 at 9:43 AM,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of SmallLand-ColorTheme to project The Trunk:
> http://source.squeak.org/trunk/SmallLand-ColorTheme-fbs.3.mcz
>
> ==================== Summary ====================
>
> Name: SmallLand-ColorTheme-fbs.3
> Author: fbs
> Time: 6 July 2013, 3:43:07.539 pm
> UUID: d414b80c-6fe0-5745-9883-908073af4f85
> Ancestors: SmallLand-ColorTheme-fbs.2
>
> Upon unloading, set the ColorTheme to the default theme.
>
> =============== Diff against SmallLand-ColorTheme-fbs.2 ===============
>
> Item was added:
> + ----- Method: SmallLandColorTheme class>>unload (in category 'as yet unclassified') -----
> + unload
> +       ColorTheme current: ColorTheme defaultTheme.!
>
>