mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: ccbed15b6f37f75e0bbfa953398b17360efc17dc
Monotone-Revision: 2e52dbc1e2c5415cdba61195bc483d77199d3b9c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-04T19:51:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-11-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder
|
||||
-deleteEntriesWithIds:ids]): make sure the objects returned by
|
||||
lookupName:... are not instances of NSException.
|
||||
|
||||
2007-11-03 Ludovic Marcotte <ludovic@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxAppointmentEditor.m
|
||||
|
||||
@@ -378,7 +378,8 @@ static NSString *defaultUserID = @"<default>";
|
||||
currentID = [ids objectAtIndex: count];
|
||||
deleteObject = [self lookupName: currentID
|
||||
inContext: context acquire: NO];
|
||||
[deleteObject delete];
|
||||
if (![deleteObject isKindOfClass: [NSException class]])
|
||||
[deleteObject delete];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user