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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-11-23 10:34:29 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-11-23 10:34:29 +0300
commitf5fa189aa2f72d37e687d615fd0f098b0859c0b2 (patch)
tree753256a723e2cc7708a5442c44f7025b9cdf167c /main/src/addins/Deployment/MonoDevelop.Deployment.Linux
parenta9d13629d4c202bd4c502ff19196a7822729a9ec (diff)
[Ide] Cleanup more API
Diffstat (limited to 'main/src/addins/Deployment/MonoDevelop.Deployment.Linux')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopView.cs b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopView.cs
index 73d0cad10f..48dd881866 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopView.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopView.cs
@@ -1,5 +1,6 @@
using System;
+using MonoDevelop.Components;
using MonoDevelop.Ide.Gui;
namespace MonoDevelop.Deployment.Linux
@@ -38,7 +39,7 @@ namespace MonoDevelop.Deployment.Linux
IsDirty = false;
}
- public override Gtk.Widget Control {
+ public override Control Control {
get { return widget; }
}
}