Fixes in preference reading in smalltalk.rc
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 May 2012 21:36:16 +0200
changeset 1248 6bd2a6161d0b
parent 1247 92421cd53801
child 1249 744a7b1e6af7
Fixes in preference reading in smalltalk.rc
smalltalk.rc
--- a/smalltalk.rc	Thu May 03 16:25:45 2012 +0200
+++ b/smalltalk.rc	Tue May 08 21:36:16 2012 +0200
@@ -635,7 +635,7 @@
 	files do:[:each|
 	    | eachFile |
 
-	    (continue and:[(eachFile := each asFilename) exists]) ifTrue:[
+	    (continue and:[each notNil and:[(eachFile := each asFilename) exists]]) ifTrue:[
 		continue := false.
 		eachFile pathName infoPrintCR.
 		eachFile fileIn.