checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 02 Jan 1997 20:27:52 +0100
changeset 2032 e39ca6532e1a
parent 2031 05484e955aaa
child 2033 c94698170f36
checkin from browser
Project.st
--- a/Project.st	Thu Jan 02 20:19:01 1997 +0100
+++ b/Project.st	Thu Jan 02 20:27:52 1997 +0100
@@ -277,9 +277,13 @@
 !
 
 defaultNameSpace:aNamespace
-    defaultNameSpace := aNamespace
+    defaultNameSpace := aNamespace.
+    self == CurrentProject ifTrue:[
+        Project changed:#defaultNameSpace 
+    ]
 
     "Created: 2.1.1997 / 19:54:37 / cg"
+    "Modified: 2.1.1997 / 20:27:37 / cg"
 !
 
 directory
@@ -859,6 +863,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.46 1997-01-02 19:07:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.47 1997-01-02 19:27:52 cg Exp $'
 ! !
 Project initialize!