FileBrowserV2.st
changeset 16103 f45faea2ceae
parent 15818 2eafe92941db
child 16104 ecc764285f6f
child 16222 f4f51d94ec42
--- a/FileBrowserV2.st	Thu Feb 04 10:54:55 2016 +0100
+++ b/FileBrowserV2.st	Thu Feb 04 10:55:37 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
 	      All Rights Reserved
@@ -2145,7 +2143,7 @@
 
     previewLabel := builder componentAt:#PreviewLabel.
     previewLabel label:lbl; forceResizeHorizontally.
-    self enqueueMessage:#'showImagePreview:' for:self arguments:(Array with:shownImage).
+    self enqueueMessage:#'showImagePreview:' with:shownImage.
 !
 
 update:something with:aParameter from:changedObject