mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Monotone-Parent: 3e2187f44ea3be4208acae016be88b647bfe78a4
Monotone-Revision: 7db953f3e208a524c131effeb93c6030fda6cc6e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-20T21:17:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
#import <NGExtensions/NSCalendarDate+misc.h>
|
||||
#import <Appointments/SOGoAppointmentFolder.h>
|
||||
#import <SOGo/NSObject+Owner.h>
|
||||
#import <SOGoUI/SOGoDateFormatter.h>
|
||||
|
||||
#import "UIxCalTasksListView.h"
|
||||
@@ -98,7 +97,8 @@
|
||||
}
|
||||
|
||||
allClasses = [NSString stringWithFormat: @"%@ ownerIs%@",
|
||||
statusClass, [currentTask ownerLogin]];
|
||||
statusClass,
|
||||
[currentTask objectForKey: @"owner"]];
|
||||
|
||||
return allClasses;
|
||||
}
|
||||
@@ -133,9 +133,4 @@
|
||||
return ([[currentTask objectForKey: @"status"] intValue] == 1);
|
||||
}
|
||||
|
||||
- (NSString *) currentTaskOwner
|
||||
{
|
||||
return [currentTask ownerLogin];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user