class: ImageEditor
authorStefan Vogel <sv@exept.de>
Fri, 05 Jul 2013 00:54:18 +0200
changeset 3027 50657c666fdc
parent 3026 0bf0d52eb92e
child 3028 272d45da727d
class: ImageEditor changed: #doLoadFromURL
ImageEditor.st
--- a/ImageEditor.st	Tue Jun 25 21:32:25 2013 +0200
+++ b/ImageEditor.st	Fri Jul 05 00:54:18 2013 +0200
@@ -6389,7 +6389,7 @@
 
     url notEmptyOrNil ifTrue:[
         LastURL := url.
-        tempFile := Filename newTemporary.
+        tempFile := FileStream newTemporary close fileName.
         self withWaitCursorDo:[
             response := HTTPInterface get:url destinationFile:tempFile.
         ].