From d0fa4aabcedd634168ab0c7bd2d77a67e750d4b3 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 9 Dec 2008 22:51:01 +0000 Subject: [PATCH] Monotone-Parent: 4e17b08fe2e5110da212dc608cc2b8d378ef094a Monotone-Revision: d0ea902006aff76a240977444d064ce28a10b799 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-09T22:51:01 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 7c481fddb..24ec497d1 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -951,7 +951,7 @@ elements = [NSMutableArray array]; event = [self component: NO secure: NO]; - [event setMethod: @""]; + [[event parent] setMethod: @""]; ownerUser = [SOGoUser userWithLogin: [[LDAPUserManager sharedUserManager] getUIDForEmail: originator] roles: nil];