FileApplicationNoteBook.st
changeset 12348 bf878489e196
parent 12346 7d832383f007
child 12405 76f9a872362b
child 12480 2d1bd93f29d1
--- a/FileApplicationNoteBook.st	Tue Jan 29 15:19:52 2013 +0100
+++ b/FileApplicationNoteBook.st	Tue Jan 29 15:20:07 2013 +0100
@@ -4991,7 +4991,7 @@
 
             answer == #all ifTrue:[
                 dontAskAgainHolder value ifTrue:[
-                    MaxFileSizeLoadedWithoutAsking := fileSize
+                    MaxFileSizeLoadedWithoutAsking := fileSize + 4096
                 ]
             ].
 
@@ -6753,10 +6753,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.274 2013-01-29 14:05:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.275 2013-01-29 14:20:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.274 2013-01-29 14:05:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.275 2013-01-29 14:20:07 cg Exp $'
 ! !