svn commit: r18877 - trunk/src/argouml-app/src/org/argouml/kernel/ProjectImpl.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2010-12-05 02:18:37-0800
New Revision: 18877

Modified:
   trunk/src/argouml-app/src/org/argouml/kernel/ProjectImpl.java

Log:
Use new constructor for ProjectSettings (fixes failing tests)

Modified: trunk/src/argouml-app/src/org/argouml/kernel/ProjectImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/ProjectImpl.java?view=diff&pathrev=18877&r1=18876&r2=18877
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/ProjectImpl.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/ProjectImpl.java	2010-12-05 02:18:37-0800
@@ -197,7 +197,7 @@
         projectType = type;
         setProfileConfiguration(new ProfileConfiguration(this));
 
-        projectSettings = new ProjectSettings();
+        projectSettings = new ProjectSettings(this);
 
         Model.getModelManagementFactory().setRootModel(null);

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2687949

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.