[squeak-dev] The Inbox: Nebraska-tpr.42.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 23 19:28:46 UTC 2015


tim Rowledge uploaded a new version of Nebraska to project The Inbox:
http://source.squeak.org/inbox/Nebraska-tpr.42.mcz

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

Name: Nebraska-tpr.42
Author: tpr
Time: 23 November 2015, 11:28:38.815 am
UUID: fa28a253-e88a-4641-a22d-3569a99e0262
Ancestors: Nebraska-kfr.41

An accompanying change to the Sound-tpr.45 changes; catch the Warning exception in ChatNotes to inform the user

=============== Diff against Nebraska-kfr.41 ===============

Item was changed:
  ----- Method: ChatNotes>>record (in category 'button commands') -----
  record
  
  	self isRecording: true.
  	notesIndex = 0 ifFalse: [self notesListIndex: 0].
  	sound := nil.
  	recorder clearRecordedSound.
+ 	[recorder resumeRecording] on: Warning do:[:ex|
+ 		self inform: ex tag]!
- 	recorder resumeRecording.!



More information about the Squeak-dev mailing list