XWorkstation.st
changeset 3414 6c69b65a867b
parent 3412 91fe6c42822d
child 3417 88c4df032e94
--- a/XWorkstation.st	Tue Apr 03 18:29:48 2001 +0200
+++ b/XWorkstation.st	Tue Apr 03 23:48:32 2001 +0200
@@ -9232,6 +9232,7 @@
 
 reinitialize
     virtualRootId := rootId := nil.
+    atoms := nil.
     super reinitialize.
     dispatchingExpose := nil
 ! !
@@ -11775,6 +11776,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.383 2001-04-03 16:22:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.384 2001-04-03 21:48:32 stefan Exp $'
 ! !
 XWorkstation initialize!