Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
evolution-sharp
task-field-changes.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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; + } + } + } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor