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>2009-06-23 18:26:38 +0400
committerLluis Sanchez <lluis@novell.com>2009-06-23 18:26:38 +0400
commitd8dc77a1a455a6fddd3d14bae485043d401d9be0 (patch)
tree5bc5d820e4894d8433bfa85ed8a6b8e6c121d911 /extras/AspNetEdit
parent7e6efa39afcfc5dbd97b652b8dba8a4183be4171 (diff)
Use the new DesktopService instead of PlatformService.
svn path=/trunk/monodevelop/; revision=136706
Diffstat (limited to 'extras/AspNetEdit')
-rw-r--r--extras/AspNetEdit/AspNetEdit.Integration/AspNetEditViewContent.cs2
-rw-r--r--extras/AspNetEdit/ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/extras/AspNetEdit/AspNetEdit.Integration/AspNetEditViewContent.cs b/extras/AspNetEdit/AspNetEdit.Integration/AspNetEditViewContent.cs
index eae20657a3..1f27e608e8 100644
--- a/extras/AspNetEdit/AspNetEdit.Integration/AspNetEditViewContent.cs
+++ b/extras/AspNetEdit/AspNetEdit.Integration/AspNetEditViewContent.cs
@@ -183,7 +183,7 @@ namespace AspNetEdit.Integration
string codeBehind = null;
if (viewContent.Project != null) {
string mimeType =
- MonoDevelop.Core.Gui.Services.PlatformService.GetMimeTypeForUri (viewContent.ContentName);
+ DesktopService.GetMimeTypeForUri (viewContent.ContentName);
MonoDevelop.AspNet.Parser.AspNetParsedDocument cu =
MonoDevelop.Projects.Dom.Parser.ProjectDomService.Parse (
diff --git a/extras/AspNetEdit/ChangeLog b/extras/AspNetEdit/ChangeLog
index a5ff41fa80..b2bbb9c6a6 100644
--- a/extras/AspNetEdit/ChangeLog
+++ b/extras/AspNetEdit/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-23 Lluis Sanchez Gual <lluis@novell.com>
+
+ * AspNetEdit.Integration/AspNetEditViewContent.cs: Use the new
+ DesktopService instead of PlatformService.
+
2009-05-19 Lluis Sanchez Gual <lluis@novell.com>
* AspNetEdit.csproj: Flush.