mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +00:00
Monotone-Parent: 10b56ee326ca77f71fbe5cb41d30b0640a6fe57a
Monotone-Revision: 494c37e329faf06b93265c155db7226d205150b0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-13T21:20:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
#include <SoObjects/Appointments/SOGoAppointmentFolder.h>
|
||||
#include <SoObjects/Appointments/SOGoAppointmentObject.h>
|
||||
#include <SOGo/SOGoAppointment.h>
|
||||
#include <NGiCal/NGiCal.h>
|
||||
#include <NGiCal/iCalRenderer.h>
|
||||
#include <NGCards/NGCards.h>
|
||||
#include <NGCards/iCalRenderer.h>
|
||||
#include <SaxObjC/SaxObjC.h>
|
||||
#include "common.h"
|
||||
|
||||
@@ -51,7 +51,7 @@ static SaxObjectDecoder *sax = nil;
|
||||
NSLog(@"ERROR: did not find a parser for text/calendar!");
|
||||
}
|
||||
if (sax == nil) {
|
||||
sax = [[SaxObjectDecoder alloc] initWithMappingNamed:@"NGiCal"];
|
||||
sax = [[SaxObjectDecoder alloc] initWithMappingNamed:@"NGCards"];
|
||||
if (sax == nil)
|
||||
NSLog(@"ERROR: could not create the iCal SAX handler!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user