From e17de2e4b955afdd47a126b8cdead254456e7f15 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 26 Oct 2006 16:34:41 +0000 Subject: [PATCH] Monotone-Parent: 3ea81af5e61dd4b624e4c1458d66bc7c0829da07 Monotone-Revision: d437e557ba061f106fd0db804a748fcc43343cad Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T16:34:41 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/UIxContactSelector.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/Contacts/UIxContactSelector.m b/UI/Contacts/UIxContactSelector.m index 0cd7b96d6..041fe52eb 100644 --- a/UI/Contacts/UIxContactSelector.m +++ b/UI/Contacts/UIxContactSelector.m @@ -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