From 31d9ad714f520b43ca072135351dddc72816f84f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 28 Oct 2010 16:02:10 +0000 Subject: [PATCH] Monotone-Parent: 6ac083f927428b164eea7dd47d49ac918c9fd46d Monotone-Revision: e4af1bcb0f6a6fc58eedf3cbb01b463d2b262c00 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-28T16:02:10 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolders.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolders.m b/SoObjects/Appointments/SOGoAppointmentFolders.m index 5b466d24d..8ac1ad33a 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolders.m +++ b/SoObjects/Appointments/SOGoAppointmentFolders.m @@ -480,7 +480,7 @@ static SoSecurityManager *sm = nil; newKey = [self _fixedWebCalendarKey: oldKey]; else newKey = [prefix stringByAppendingString: oldKey]; - if (newKey) + if (newKey && ![newKey isEqualToString: oldKey]) { [webCalendars setObject: [webCalendars objectForKey: oldKey] forKey: newKey];