mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 06:55:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user