Monotone-Parent: 3ea81af5e61dd4b624e4c1458d66bc7c0829da07

Monotone-Revision: d437e557ba061f106fd0db804a748fcc43343cad

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-26T16:34:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-26 16:34:41 +00:00
parent f936d66b8d
commit e17de2e4b9
+2 -2
View File
@@ -163,9 +163,9 @@
{
contacts = [self getICalPersonsFromValue: [_rq formValueForKey: selectorId]];
if ([contacts count] > 0)
NSLog (@" got %i attendees: %@", [contacts count], contacts);
NSLog (@"got %i attendees: %@", [contacts count], contacts);
else
NSLog (@"go no attendees!");
NSLog (@"got no attendees!");
}
- (void) setCurrentContact: (iCalPerson *) aContact