[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r81113 - in
From:       "Lluis Sanchez (lluis () ximian ! com)" <mono-patches-list () lists ! ximian ! com>
Date:       2007-06-30 15:28:22
Message-ID: 20070630152822.DEF539472C () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: lluis
Date: 2007-06-30 11:28:22 -0400 (Sat, 30 Jun 2007)
New Revision: 81113

Modified:
   trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog
   trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs
  trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/TaskService.cs
Log:
* MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs,
  MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs,
  MonoDevelop.Ide.Gui/ProjectOperations.cs: Some changes to make the
  select reference dialog easier to reuse.
* MonoDevelop.Ide.mdp: Fix gtk versions.
* Makefile.am: Flush.

Modified: trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog
===================================================================
--- trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog	2007-06-30 15:26:01 UTC (rev \
                81112)
+++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog	2007-06-30 15:28:22 UTC (rev \
81113) @@ -7,6 +7,15 @@
 	* MonoDevelop.Ide.mdp: Fix gtk versions.
 	* Makefile.am: Flush.
 
+2007-06-30  Lluis Sanchez Gual <lluis@novell.com> 
+
+	* MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs,
+	  MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs,
+	  MonoDevelop.Ide.Gui/ProjectOperations.cs: Some changes to make the
+	  select reference dialog easier to reuse.
+	* MonoDevelop.Ide.mdp: Fix gtk versions.
+	* Makefile.am: Flush.
+
 2007-06-22  Jacob Ilsø Christensen <jacobilsoe@gmail.com> 
 
 	* MonoDevelop.Ide.addin.xml: Adds Shift+Ctrl+F shortcut to "Find in

Modified: trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs
 ===================================================================
--- trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs	2007-06-30 \
                15:26:01 UTC (rev 81112)
+++ trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs	2007-06-30 \
15:28:22 UTC (rev 81113) @@ -779,7 +779,7 @@
 			Combine combine = (Combine) data;
 			string combinefilename = combine.FileName;
 			string combinepath = Path.GetDirectoryName(combinefilename);
-			string preferencesFileName = Path.Combine(combinepath, combine.Name + \
".userprefs"); +			string preferencesFileName = Path.Combine(combinepath, \
Path.GetFileNameWithoutExtension(combinefilename) + ".userprefs");  
 			if (!File.Exists(preferencesFileName))
 				return;
@@ -884,7 +884,7 @@
 			
 			propertynode.AppendChild(properties.ToXmlElement(doc));
 			
-			string fileToSave = combinepath + Path.DirectorySeparatorChar + combine.Name + \
".userprefs"; +			string fileToSave = combinepath + Path.DirectorySeparatorChar + \
Path.GetFileNameWithoutExtension(combinefilename) + ".userprefs";  
 			try
 			{

Modified: trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/TaskService.cs
 ===================================================================
--- trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/TaskService.cs	2007-06-30 \
                15:26:01 UTC (rev 81112)
+++ trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/TaskService.cs	2007-06-30 \
15:28:22 UTC (rev 81113) @@ -172,7 +172,7 @@
 		{
 			string combineFilename = combine.FileName;
 			string combinePath = Path.GetDirectoryName (combineFilename);
-			string userTasksFilename = Path.Combine(combinePath, combine.Name + \
".usertasks"); +			string userTasksFilename = Path.Combine(combinePath, \
Path.GetFileNameWithoutExtension(combineFilename) + ".usertasks");  return \
userTasksFilename;  }
 		

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic