mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Monotone-Parent: bcf3ec198a9fc9a38979133a1a51c6ad69c9537c
Monotone-Revision: 5a4a7c1db4a25a06a5e157e4f3556f764c632fa8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-05-18T18:35:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
NSMutableDictionary *row;
|
||||
NSCalendarDate *startDate, *endDate, *nextAlarmDate;
|
||||
NSArray *attendees;
|
||||
NSString *uid, *title, *location, *status;
|
||||
NSString *uid, *title, *location, *status, *category;
|
||||
NSNumber *sequence;
|
||||
id organizer;
|
||||
id participants, partmails;
|
||||
@@ -250,6 +250,9 @@
|
||||
else
|
||||
[row setObject: [NSNumber numberWithInt: 0] forKey: @"c_nextalarm"];
|
||||
|
||||
category = [self categories];
|
||||
if ([category length] > 0)
|
||||
[row setObject: category forKey: @"c_category"];
|
||||
|
||||
return row;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
NSMutableDictionary *row;
|
||||
NSCalendarDate *startDate, *dueDate, *nextAlarmDate;
|
||||
NSArray *attendees;
|
||||
NSString *uid, *title, *location, *status;
|
||||
NSString *uid, *title, *location, *status, *category;
|
||||
NSNumber *sequence;
|
||||
id organizer, date;
|
||||
id participants, partmails;
|
||||
@@ -211,6 +211,10 @@
|
||||
else
|
||||
[row setObject: [NSNumber numberWithInt: 0] forKey: @"c_nextalarm"];
|
||||
|
||||
category = [self categories];
|
||||
if ([category length] > 0)
|
||||
[row setObject: category forKey: @"c_category"];
|
||||
|
||||
return row;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user