Monotone-Parent: 25201eca7a2d2327ce725455760027b032810d78

Monotone-Revision: beff03702ba361b408bf967b4f807a2fec161392

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T14:40:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 14:40:24 +00:00
parent b790b4778e
commit dcfb1be7f3
4 changed files with 207 additions and 134 deletions

View File

@@ -33,6 +33,8 @@
@interface UIxTaskEditor : UIxComponentEditor
{
NSCalendarDate *dueDate;
BOOL hasStartDate;
BOOL hasDueDate;
}
- (void) setTaskStartDate: (NSCalendarDate *) _date;