FileBrowserV2.st
branchjv
changeset 16104 ecc764285f6f
parent 15825 462e872a3fb6
parent 16103 f45faea2ceae
child 16223 c1e0c55dfab6
--- a/FileBrowserV2.st	Thu Feb 04 06:58:23 2016 +0100
+++ b/FileBrowserV2.st	Fri Feb 05 06:51:54 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