From 5f2d61a0d7200ba0dea3a181034b30d8c20679c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 18 Aug 2008 20:26:13 +0000 Subject: [PATCH] Monotone-Parent: 6abac7888de0863a3426a8b20916425be34e85f9 Monotone-Revision: 82c1108954dbd812828ef1b00b0345b524a062a7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-18T20:26:13 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentObject.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 672660c16..50649b6d8 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -207,10 +207,8 @@ { SOGoAppointmentFolder *folder; SOGoAppointmentObject *object; - NSString *userLogin; - userLogin = [[context activeUser] login]; - if (![uid isEqualToString: userLogin]) + if (![uid isEqualToString: owner]) { folder = [container lookupCalendarFolderForUID: uid]; object = [folder lookupName: nameInContainer