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>2013-11-01 21:27:10 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-11-01 21:27:10 +0400
commit6e74075d932de3e1003e025ba651114c9ffaed59 (patch)
tree631628a3a5a428048351f8409a5193ddc0be071c /main/src/addins/MonoDevelop.DesignerSupport
parent96952b839b0f5e1c6719d20bc7a52592acd3f507 (diff)
parentce69a461727725626db176aa9312195a97d1bf88 (diff)
Merge remote-tracking branch 'origin/master' into retina
Conflicts: main/external/monomac version-checks
Diffstat (limited to 'main/src/addins/MonoDevelop.DesignerSupport')
-rw-r--r--main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/CustomDescriptor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/CustomDescriptor.cs b/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/CustomDescriptor.cs
index d9f9a49d60..02dd858fc0 100644
--- a/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/CustomDescriptor.cs
+++ b/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/CustomDescriptor.cs
@@ -165,7 +165,7 @@ namespace MonoDevelop.DesignerSupport
public override void RemoveValueChanged (object component, EventHandler handler)
{
- RemoveValueChanged (component, handler);
+ prop.RemoveValueChanged (component, handler);
}
public override object GetValue (object component)