[squeak-dev] The Trunk: Monticello-cmm.638.mcz

Chris Muller asqueaker at gmail.com
Fri Jul 29 20:06:52 UTC 2016


An unintentional commit...  I'll delete or fix it.

On Fri, Jul 29, 2016 at 3:03 PM,  <commits at source.squeak.org> 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]]!
>
>


More information about the Squeak-dev mailing list