checkin from browser
authorca
Thu, 03 Jul 1997 11:41:09 +0200
changeset 204 8dcd7f22e4d1
parent 203 7a219b861c67
child 205 1188254dcbfc
checkin from browser
UIHelpTool.st
--- a/UIHelpTool.st	Thu Jul 03 10:52:54 1997 +0200
+++ b/UIHelpTool.st	Thu Jul 03 11:41:09 1997 +0200
@@ -160,6 +160,7 @@
     (dictionary := aDictionary) notNil ifTrue:[
         list := dictionary keys asOrderedCollection
     ] ifFalse:[
+        dictionary := IdentityDictionary new.
         list := nil
     ].
 !