[tasque/transition: 108/213] Completion Date must be publicly setable



commit 594549eafce06bfab61b7bca6b0826f35bc3ad13
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Aug 16 13:54:40 2012 +0200

    Completion Date must be publicly setable

 src/libtasque/Task.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtasque/Task.cs b/src/libtasque/Task.cs
index b260ad6..62dedac 100644
--- a/src/libtasque/Task.cs
+++ b/src/libtasque/Task.cs
@@ -72,7 +72,7 @@ namespace Tasque
 		public DateTime CompletionDate
 		{
 			get { return completionDate; }
-			protected set {
+			set {
 				if (value != completionDate) {
 					Debug.WriteLine ("Setting new task completion date");
 					completionDate = value;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]