ImageEditor.st
changeset 3552 2a1e3a914c9a
parent 3550 b31b44c04a3e
child 3553 31631af8baf9
equal deleted inserted replaced
3551:94a23bbd725b 3552:2a1e3a914c9a
  9106         response isErrorResponse ifTrue:[
  9106         response isErrorResponse ifTrue:[
  9107             Dialog warn:(resources string:'Could not load image ("%1")' with:response responseText).
  9107             Dialog warn:(resources string:'Could not load image ("%1")' with:response responseText).
  9108         ] ifFalse:[
  9108         ] ifFalse:[
  9109             self loadFromFile:tempFile.
  9109             self loadFromFile:tempFile.
  9110         ].
  9110         ].
  9111         tempFile delete
  9111         tempFile remove
  9112     ]
  9112     ]
  9113 
  9113 
  9114     "Created: / 20-09-2010 / 11:30:59 / cg"
  9114     "Created: / 20-09-2010 / 11:30:59 / cg"
  9115     "Modified: / 13-09-2017 / 17:00:28 / cg"
  9115     "Modified: / 13-09-2017 / 17:00:28 / cg"
  9116 !
  9116 !