ChangeSetBrowser.st
branchjv
changeset 17136 cb908d2ba02e
parent 16753 d0e2c8fd4a62
parent 17027 1e2c7961b922
equal deleted inserted replaced
17135:81b78926f09a 17136:cb908d2ba02e
   732         ].
   732         ].
   733         changeNrProcessed := nil.
   733         changeNrProcessed := nil.
   734     ].
   734     ].
   735 
   735 
   736     "/
   736     "/
   737     "/ if I am showing the changes file, dont update it
   737     "/ if I am showing the changes file, don't update it
   738     "/
   738     "/
   739     changeFileName = ObjectMemory nameForChanges ifTrue:[
   739     changeFileName = ObjectMemory nameForChanges ifTrue:[
   740         Class withoutUpdatingChangesDo:applyAction
   740         Class withoutUpdatingChangesDo:applyAction
   741     ] ifFalse:[
   741     ] ifFalse:[
   742         applyAction value
   742         applyAction value