Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-28 13:52:27 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-28 13:52:27 +0400
commit68161149fe10e9e975a70727fe353e416f573e18 (patch)
tree761420e7e56d5f6536ef1111f832e553219fb98e /main/src/core/MonoDevelop.Ide/ChangeLog
parentd5b298c9e8e94484d53471fec2e973df6be3c390 (diff)
* MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: Don't
show the parameterization options if none of the supported execution modes is parameterizable. Fixes bug #609679 - Unable to Set Custom Execution Commands for ASP.NET projects. svn path=/trunk/monodevelop/; revision=158098
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 012a4ffc43..c043b552dc 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,5 +1,13 @@
2010-05-28 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs:
+ Don't show the parameterization options if none of the
+ supported execution modes is parameterizable. Fixes bug
+ #609679 - Unable to Set Custom Execution Commands for
+ ASP.NET projects.
+
+2010-05-28 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Ide/ProjectOperations.cs:
* MonoDevelop.Ide.Gui.Components/ProjectFileEntry.cs:
* MonoDevelop.Ide.Projects/ProjectFileSelectorDialog.cs: Fix