From f7dc6f2ee39688df0515b06a981199c6b34e7d79 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 8 Aug 2011 18:53:31 +0000 Subject: [PATCH] Monotone-Parent: f0ddaa98c894655eb2beb4809a2b6040a25ebf27 Monotone-Revision: 9df3ab1d4e8ca89e2cd5da61c1d1c9b6d4f6ff8e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-08T18:53:31 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ OpenChange/MAPIStoreSOGo.m | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9291ee6fb..e066bcfd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-08-08 Wolfgang Sourdeau + * 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:]. diff --git a/OpenChange/MAPIStoreSOGo.m b/OpenChange/MAPIStoreSOGo.m index ddc4d671b..cda154e9a 100644 --- a/OpenChange/MAPIStoreSOGo.m +++ b/OpenChange/MAPIStoreSOGo.m @@ -83,7 +83,7 @@ sogo_backend_init (void) MAPIApplicationK = NSClassFromString (@"MAPIApplication"); if (MAPIApplicationK) - [MAPIApplicationK new]; + [[MAPIApplicationK new] activateApplication]; [[SOGoCache sharedCache] disableRequestsCache];