[Monodevelop-patches-list] r2006 - in trunk/MonoDevelop/Core/src/Main/Base: . Services/File

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Thu Oct 28 17:20:38 EDT 2004


Author: tberman
Date: 2004-10-28 17:20:38 -0400 (Thu, 28 Oct 2004)
New Revision: 2006

Modified:
   trunk/MonoDevelop/Core/src/Main/Base/ChangeLog
   trunk/MonoDevelop/Core/src/Main/Base/Services/File/RecentFiles.cs
Log:
remove a left over C.WL


Modified: trunk/MonoDevelop/Core/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/Main/Base/ChangeLog	2004-10-28 16:31:06 UTC (rev 2005)
+++ trunk/MonoDevelop/Core/src/Main/Base/ChangeLog	2004-10-28 21:20:38 UTC (rev 2006)
@@ -1,3 +1,7 @@
+2004-10-28  Todd Berman  <tberman at off.net>
+
+	* Services/File/RecentFiles.cs: Remove C.WL
+
 2004-10-27  Todd Berman  <tberman at off.net>
 
 	* Commands/AutoStartCommands.cs: Fix the Load Previous Project on

Modified: trunk/MonoDevelop/Core/src/Main/Base/Services/File/RecentFiles.cs
===================================================================
--- trunk/MonoDevelop/Core/src/Main/Base/Services/File/RecentFiles.cs	2004-10-28 16:31:06 UTC (rev 2005)
+++ trunk/MonoDevelop/Core/src/Main/Base/Services/File/RecentFiles.cs	2004-10-28 21:20:38 UTC (rev 2006)
@@ -348,7 +348,6 @@
 
 		private void AddGroup (string group)
 		{
-			Console.WriteLine ("add group");
 			if (this.Groups == null)
 			{
 				Groups = new string[] {group};




More information about the Monodevelop-patches-list mailing list