ImageEditor.st
changeset 3027 50657c666fdc
parent 3022 4cdf177f5976
child 3050 238571e2a33b
--- 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.
         ].