From 7269c22841aefa7e89bdda31d8cda76474f8130e Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 17 Aug 2010 20:25:16 +0000 Subject: [PATCH] Monotone-Parent: acb80bff5c509e32241ffa6715083280a5bb9158 Monotone-Revision: 0b5fd2a3d7bc46b149445cae3d700e1e24c5bd54 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-17T20:25:16 Monotone-Branch: ca.inverse.sogo --- UI/MainUI/SOGoUserHomePage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index da1808fe7..6bf8a8e57 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -324,7 +324,7 @@ contact = [allUsers objectAtIndex: count]; uid = [contact objectForKey: @"c_uid"]; - // We do NOT return the current authenticated user. + // We do NOT return the current authenticated user if (![uid isEqualToString: login]) { jsonLine = [NSMutableArray arrayWithCapacity: 4];