From 619c86b88457f91ca3c886fece1305b8829b19e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 26 Oct 2006 00:17:27 +0000 Subject: [PATCH] Monotone-Parent: 57c23145f32ca331b252396523bd85f31ce56f35 Monotone-Revision: e0587f7d80066ef06ea3f50b61b4230be467d2ea Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T00:17:27 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 9 +++++---- UI/Templates/SchedulerUI/UIxAppointmentEditor.wox | 14 +++++++------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index c7614cc2d..c2149b41b 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -79,8 +79,9 @@ /* transparency */ -- (NSString *)transparency { - return @"TRANSPARENT"; +- (NSString *) transparency +{ + return @"OPAQUE"; } /* iCal */ @@ -89,7 +90,7 @@ static NSString *iCalStringTemplate = \ @"BEGIN:VCALENDAR\r\n" @"METHOD:REQUEST\r\n" - @"PRODID:OpenGroupware.org SOGo 0.9\r\n" + @"PRODID://Inverse groupe conseil/SOGo 0.9\r\n" @"VERSION:2.0\r\n" @"BEGIN:VEVENT\r\n" @"UID:%@\r\n" @@ -230,7 +231,7 @@ [_appointment setComment: [self comment]]; [_appointment setPriority:[self priority]]; [_appointment setCategories: [[self categories] componentsJoinedByString: @","]]; - + [_appointment setAccessClass: [self accessClass]]; [_appointment setTransparency: [self transparency]]; diff --git a/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox b/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox index 329b770ab..5f552827b 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox @@ -126,15 +126,15 @@ > -
- - -
+
+