*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 18 Feb 2009 12:42:06 +0100
changeset 11580 0f5b08f6d1b7
parent 11579 3f443a141d22
child 11581 6286d25cd1cd
*** empty log message ***
ProjectDefinition.st
--- a/ProjectDefinition.st	Wed Feb 18 12:31:10 2009 +0100
+++ b/ProjectDefinition.st	Wed Feb 18 12:42:06 2009 +0100
@@ -2595,6 +2595,7 @@
     ].
 
     self projectIsLoaded:true.
+    self postLoadAction.
 
     ^ newStuffHasBeenLoaded
 
@@ -4161,7 +4162,7 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.213 2009-02-17 09:43:58 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.214 2009-02-18 11:42:06 cg Exp $'
 ! !
 
 ProjectDefinition initialize!