The Trunk: Monticello-cmm.638.mcz

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

The Trunk: Monticello-cmm.638.mcz

commits-2
Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.638.mcz

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

Name: Monticello-cmm.638
Author: cmm
Time: 29 July 2016, 3:03:07.655086 pm
UUID: 809e9283-dcfe-41df-88cb-0e6b9beec1a9
Ancestors: Monticello-tfel.637

Confirm before discarding unsaved Version notes.

=============== Diff against Monticello-tfel.637 ===============

Item was added:
+ ----- Method: MCSaveVersionDialog>>okToClose (in category 'actions') -----
+ okToClose
+ ^ (self findTextMorph: #logMessage)
+ ifNil: [true]
+ ifNotNil:
+ [:widget | widget canDiscardEdits or: [self confirm: 'Version notes are not saved.
+ Is it OK to discard those notes?' translated]]!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-cmm.638.mcz

Chris Muller-3
An unintentional commit...  I'll delete or fix it.

On Fri, Jul 29, 2016 at 3:03 PM,  <[hidden email]> wrote:

> Chris Muller uploaded a new version of Monticello to project The Trunk:
> http://source.squeak.org/trunk/Monticello-cmm.638.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-cmm.638
> Author: cmm
> Time: 29 July 2016, 3:03:07.655086 pm
> UUID: 809e9283-dcfe-41df-88cb-0e6b9beec1a9
> Ancestors: Monticello-tfel.637
>
> Confirm before discarding unsaved Version notes.
>
> =============== Diff against Monticello-tfel.637 ===============
>
> Item was added:
> + ----- Method: MCSaveVersionDialog>>okToClose (in category 'actions') -----
> + okToClose
> +       ^ (self findTextMorph: #logMessage)
> +               ifNil: [true]
> +               ifNotNil:
> +                       [:widget | widget canDiscardEdits or: [self confirm: 'Version notes are not saved.
> + Is it OK to discard those notes?' translated]]!
>
>