From 97ec5fd8cecff7e498bc2616961bf8e2697c1268 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 20 Jan 2009 19:23:09 +0000 Subject: [PATCH] Fixed typo Monotone-Parent: 0cccccd5ca93030867a48d630f989c1cb73e1831 Monotone-Revision: d9c6f196efed8f1e880b51537ffdc6f0cfd54fe5 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-01-20T19:23:09 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoCalendarComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index de026ee1c..887cc4105 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -130,7 +130,7 @@ static BOOL sendEMailNotifications = NO; if ([component symbolicAccessClass] == iCalAccessPrivate) classification = 1; - else if ([component symbolicAccessClass] == iCalAccessPrivate) + else if ([component symbolicAccessClass] == iCalAccessConfidential) classification = 2; [component setSummary: [self labelForKey: [NSString stringWithFormat: @"%@_class%d", type, classification]]];