mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: b92e4d17974a684ddf2c80a9d22bd0bcbe85f3f6
Monotone-Revision: 136367702e2d0a66ecd8c78c0f55fe81a6d9d1be Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-01T22:46:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,8 +32,7 @@
|
||||
{
|
||||
iCalEvent *event;
|
||||
SOGoAppointmentFolder *componentCalendar;
|
||||
BOOL isAllDay;
|
||||
NSString *transparency;
|
||||
BOOL isAllDay, isTransparent;
|
||||
NSCalendarDate *aptStartDate;
|
||||
NSCalendarDate *aptEndDate;
|
||||
NSString *item;
|
||||
@@ -47,8 +46,8 @@
|
||||
- (void) setIsAllDay: (BOOL) newIsAllDay;
|
||||
- (BOOL) isAllDay;
|
||||
|
||||
- (void) setTransparency: (NSString *) newTransparency;
|
||||
- (NSString *) transparency;
|
||||
- (void) setIsTransparent: (BOOL) newIsOpaque;
|
||||
- (BOOL) isTransparent;
|
||||
|
||||
- (void) setAptStartDate: (NSCalendarDate *) newAptEndDate;
|
||||
- (NSCalendarDate *) aptStartDate;
|
||||
|
||||
Reference in New Issue
Block a user