SnapShotImage.st
changeset 1476 b6b941f16e63
parent 1470 7b20694c92e7
child 1482 13fe76a0986b
--- a/SnapShotImage.st	Fri Jul 27 18:31:31 2001 +0200
+++ b/SnapShotImage.st	Sun Jul 29 12:49:36 2001 +0200
@@ -115,7 +115,7 @@
     globals isNil ifTrue:[
         self fetchGlobals
     ].
-    ^ globals at:aKey
+    ^ globals at:aKey ifAbsent:nil
 !
 
 at:aKey ifAbsent:exceptionValue