Monotone-Parent: f0ddaa98c894655eb2beb4809a2b6040a25ebf27

Monotone-Revision: 9df3ab1d4e8ca89e2cd5da61c1d1c9b6d4f6ff8e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-08T18:53:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-08-08 18:53:31 +00:00
parent 1cddd94359
commit f7dc6f2ee3
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
2011-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreSOGo.m (sogo_backend_init): invoke
-activateApplication on the new app in order to make it accessible
via [WOApplication application].
* SoObjects/Appointments/SOGoAppointmentFolder.m
(-lookupCalendarFoldersForUID:): make use of -[SOGoUser
lookupCalendarFoldersForUID:].
+1 -1
View File
@@ -83,7 +83,7 @@ sogo_backend_init (void)
MAPIApplicationK = NSClassFromString (@"MAPIApplication");
if (MAPIApplicationK)
[MAPIApplicationK new];
[[MAPIApplicationK new] activateApplication];
[[SOGoCache sharedCache] disableRequestsCache];