Fix attachments in web interface

Monotone-Parent: ab2ff65d5c716a5cd610c720b705af5e768a77c0
Monotone-Revision: aec0948f76228380cdf63ab082da3759f9d9da50

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-07T21:17:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-07 21:17:43 +00:00
parent 42eb08f909
commit 0249688874
11 changed files with 74 additions and 33 deletions
+3 -3
View File
@@ -50,7 +50,7 @@
NSString *location;
SOGoAppointmentFolder *componentCalendar;
NSString *comment;
NSString *url;
NSString *attachUrl;
NSString *priority;
NSString *privacy;
NSString *status;
@@ -138,8 +138,8 @@
- (void) setComment: (NSString *) _value;
- (NSString *) comment;
- (void) setUrl: (NSString *) _url;
- (NSString *) url;
- (void) setAttach: (NSString *) _attachUrl;
- (NSString *) attach;
- (void) setAttendeesNames: (NSString *) newAttendeesNames;
- (NSString *) attendeesNames;