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:
authorUngureanu Marius <teromario@yahoo.com>2014-04-07 13:08:35 +0400
committerUngureanu Marius <teromario@yahoo.com>2014-04-07 13:09:09 +0400
commitc671f68ca2af699f1dc637da4608907b2fd9eec0 (patch)
treed0037cb8f139f5837dca38c1525ad53f9e1ef728 /main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies
parente6cab3b6a917d5b3b587e63537d950cc865b0151 (diff)
Fix attributes not having members set.
Diffstat (limited to 'main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies/PolicyTypeAttribute.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies/PolicyTypeAttribute.cs b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies/PolicyTypeAttribute.cs
index edfd34d3a3..71a7ea4302 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies/PolicyTypeAttribute.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Policies/PolicyTypeAttribute.cs
@@ -36,6 +36,7 @@ namespace MonoDevelop.Projects.Policies
public PolicyTypeAttribute ([NodeAttribute ("description")] string description)
{
+ Description = description;
}
[NodeAttribute ("description")]