File task-field-changes.diff of Package evolution-sharp

Index: evolution/src/CalCompChanges.cs
===================================================================
--- evolution/src/CalCompChanges.cs	(revision 200)
+++ evolution/src/CalCompChanges.cs	(working copy)
@@ -116,5 +116,46 @@
 			}
 		}
 
+				public bool DueDate
+		{
+			get
+			{
+				return CheckDateTimeChanged (oComp.DueDate, nComp.DueDate);
+				
+			}
+		}
+
+		public bool Priority
+		{
+			get
+			{
+				if (oComp.Priority != nComp.Priority)
+					return true;
+				else
+					return false;
+			}
+		}
+
+		public bool Status
+		{
+			get
+			{
+				if (oComp.Status != nComp.Status)
+					return true;
+				else 
+					return false;
+			}	
+		}
+
+		public bool PercentComplete
+		{
+			get
+			{
+				if (oComp.Percent != nComp.Percent)
+					return true;
+				else return false;
+			}
+		}
+
 	}
 }
openSUSE Build Service is sponsored by