# HG changeset patch # User Stefan Vogel # Date 1372978458 -7200 # Node ID 50657c666fdcc98f22a9518f370ce42f6656cd28 # Parent 0bf0d52eb92e69171a4294bd7b4aa936059813c1 class: ImageEditor changed: #doLoadFromURL diff -r 0bf0d52eb92e -r 50657c666fdc 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. ].