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:
Wolfgang Sourdeau
2007-05-09 18:25:51 +00:00
parent 6313ca4cd4
commit 04afaf5430
17 changed files with 91 additions and 75 deletions
+2 -2
View File
@@ -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++)
{