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@xamarin.com>2016-01-12 21:27:25 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-01-12 21:27:25 +0300
commit4aea6fd5eea39327fb00ba6db99cd1ee5de8e321 (patch)
treea756d436d3ef9e0ebc249ed166b6d4b28d51aaa1 /main/src/addins/MonoDevelop.Autotools
parentb44511f4ac1ccdc3de64d4e648cc9634cba007f2 (diff)
parent0269e49b2df262b86d67ba73d61344f6c9b3ec3c (diff)
Merge remote-tracking branch 'origin/master' into modifiable-evaluated-properties
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/MakefileOptionPanel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/MakefileOptionPanel.cs b/main/src/addins/MonoDevelop.Autotools/MakefileOptionPanel.cs
index 4ac8a3e0b1..598bcd1d1d 100644
--- a/main/src/addins/MonoDevelop.Autotools/MakefileOptionPanel.cs
+++ b/main/src/addins/MonoDevelop.Autotools/MakefileOptionPanel.cs
@@ -1,5 +1,5 @@
-using Gtk;
+using MonoDevelop.Components;
using MonoDevelop.Ide.Gui.Dialogs;
using MonoDevelop.Projects;
@@ -13,7 +13,7 @@ namespace MonoDevelop.Autotools
{
}
- public override Widget CreatePanelWidget()
+ public override Control CreatePanelWidget()
{
Project project = ConfiguredProject;
MakefileData data = project.GetMakefileData ();