Monotone-Parent: 6ac083f927428b164eea7dd47d49ac918c9fd46d

Monotone-Revision: e4af1bcb0f6a6fc58eedf3cbb01b463d2b262c00

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-28T16:02:10
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-10-28 16:02:10 +00:00
parent 0599fde47d
commit 31d9ad714f
1 changed files with 1 additions and 1 deletions

View File

@ -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];