class: ImageEditor
authorClaus Gittinger <cg@exept.de>
Thu, 29 Aug 2013 20:56:11 +0200
changeset 3050 238571e2a33b
parent 3049 292d06e8b7ae
child 3051 ebb32d3a997e
class: ImageEditor changed: #doLoadFromURL
ImageEditor.st
--- a/ImageEditor.st	Thu Aug 29 00:52:54 2013 +0200
+++ b/ImageEditor.st	Thu Aug 29 20:56:11 2013 +0200
@@ -6388,6 +6388,8 @@
                 initialAnswer:LastURL.
 
     url notEmptyOrNil ifTrue:[
+        HTTPInterface isNil ifTrue:[ Smalltalk loadPackage:'stx:goodies/communication'].
+
         LastURL := url.
         tempFile := FileStream newTemporary close fileName.
         self withWaitCursorDo:[