# HG changeset patch # User tz # Date 885578206 -3600 # Node ID 7b19423c8b7999244fc7121b57bf60158e1f9f47 # Parent 396ab247a5af1e8dc7de18182ac2dabfd1dd69b0 max read image size reduced diff -r 396ab247a5af -r 7b19423c8b79 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|]