On 29/06/11 5:03 PM, Guillermo Polito wrote:
Hmm, That's not great deal... In pharo 1.3 the Transcript interface
changed, so when the transcript is opened -as a post load- it fails.
I file-in the attached method, before loading Glorp. I didn't want to
modify the Glorp packages, so I did it this way.
'From Pharo1.3a of ''18 January 2011'' [Latest update: #13261] on 12 June 2011
at 3:12:19 pm'!
!TranscriptModel methodsFor: 'old Transcript compatibility' stamp: 'YanniChiu
6/12/2011 15:07'!
open
TranscriptReadOnlyMorph on: self! !