mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: 1a8298d1520d86d2ba9068bd72abcf7073aa20a8
Monotone-Revision: e9bc6cb46a4431aee9c0112701adef16e8fde065 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-09T18:25:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#import <NGCards/NGCards.h>
|
||||
|
||||
#import <SOGoUI/SOGoAptFormatter.h>
|
||||
#import "UIxComponent+Agenor.h"
|
||||
#import "UIxComponent+Scheduler.h"
|
||||
|
||||
#import "SoObjects/Appointments/SOGoAppointmentFolder.h"
|
||||
#import <SOGo/NSArray+Utilities.h>
|
||||
@@ -113,7 +113,7 @@ static BOOL shouldDisplayWeekend = NO;
|
||||
{
|
||||
count = [_apts count];
|
||||
filtered = [[[NSMutableArray alloc] initWithCapacity: count] autorelease];
|
||||
email = [self emailForUser];
|
||||
email = [[context activeUser] primaryEmail];
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user