max read image size reduced
authortz
Fri, 23 Jan 1998 18:56:46 +0100
changeset 474 7b19423c8b79
parent 473 396ab247a5af
child 475 0d5a50fe59f4
max read image size reduced
DirectoryView.st
--- a/DirectoryView.st	Fri Jan 23 18:53:14 1998 +0100
+++ b/DirectoryView.st	Fri Jan 23 18:56:46 1998 +0100
@@ -585,7 +585,7 @@
     (aGC registeredImageAt:iconKey) isNil
     ifTrue:
     [
-        ((iconKey == #imageFileIcon) and: [size < 50000])
+        ((iconKey == #imageFileIcon) and: [size < 5000])
         ifTrue:
         [
             Object errorSignal handle: [:ex|]