[svn] r7522: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs

anatoly.popov svnadmin at nemerle.org
Wed Mar 7 19:29:12 CET 2007


Log:
"Project\NemerleProjectNode.cs(686,34): error CS0103: The name 'newFolderUrl' does not exist in the current context" fixed

Author: anatoly.popov
Date: Wed Mar  7 19:29:10 2007
New Revision: 7522

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs	Wed Mar  7 19:29:10 2007
@@ -683,7 +683,7 @@
 					return CreateFolderNodeHelper(directory, Path.GetDirectoryName(parent.Url));
 			}
 
-			return base.CreateFolderNodes(newFolderUrl);
+			return base.CreateFolderNodes(directory);
 		}
 
 		private HierarchyNode CreateFolderNodeHelper(string sourcePath, string parentPath)



More information about the svn mailing list