From 72e996099da2f81e268fb7b6eb26b22538b3c492 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 7 Nov 2007 23:49:46 +0000 Subject: [PATCH] Monotone-Parent: ba34b199e88f557d8404e3300f0ae2437a580ad2 Monotone-Revision: cc397315d54858fc12d6ecf3021f5f7af13663e0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-07T23:49:46 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactFolders.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SoObjects/Contacts/SOGoContactFolders.m b/SoObjects/Contacts/SOGoContactFolders.m index 234e24af3..0a92eca67 100644 --- a/SoObjects/Contacts/SOGoContactFolders.m +++ b/SoObjects/Contacts/SOGoContactFolders.m @@ -58,7 +58,6 @@ um = [LDAPUserManager sharedUserManager]; sourceIDs = [[um addressBookSourceIDs] objectEnumerator]; - currentSourceID = [sourceIDs nextObject]; while ((currentSourceID = [sourceIDs nextObject])) { srcDisplayName = [um displayNameForSourceWithID: currentSourceID];