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
path: root/extras
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2012-01-24 23:34:50 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2012-01-24 23:34:50 +0400
commitfe0bd30ad00a7f66f64751ff82474ba1c85bbff2 (patch)
tree88561f142f37b66c4038e18ac57972ea82e21678 /extras
parent453409507a70a9eb6c3d51fd6363b8eb5776dc6d (diff)
[Ide] Exporting Projects doesn't make sense, only export Solutions
Exporting Projects can't reliably work because it may reference other projects. This was the cause of the crash in bug #2979. I modified the code to walk up to the parent Solution when a user tries to export a project, and then export the entire solution. This was also the behavior that mhutch had expected when he tried to export a project.
Diffstat (limited to 'extras')
-rw-r--r--extras/MonoDevelop.MonoMac/MonoDevelop.MonoMac/MonoDevelop.MonoMac.addin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/MonoDevelop.MonoMac/MonoDevelop.MonoMac/MonoDevelop.MonoMac.addin.xml b/extras/MonoDevelop.MonoMac/MonoDevelop.MonoMac/MonoDevelop.MonoMac.addin.xml
index 028c46ad77..25b2670ab1 100644
--- a/extras/MonoDevelop.MonoMac/MonoDevelop.MonoMac/MonoDevelop.MonoMac.addin.xml
+++ b/extras/MonoDevelop.MonoMac/MonoDevelop.MonoMac/MonoDevelop.MonoMac.addin.xml
@@ -114,7 +114,7 @@
<Extension path = "/MonoDevelop/Ide/MainMenu/Project">
<CommandItem id = "MonoDevelop.MonoMac.MonoMacCommands.CreateMacInstaller"
- insertafter = "MonoDevelop.Ide.Commands.ProjectCommands.ExportProject" />
+ insertafter = "MonoDevelop.Ide.Commands.ProjectCommands.ExportSolution" />
</Extension>
<!-- debugger addin -->