Monotone-Parent: 84918f7ffc2695a68b90c84f75767b8b17f3d954

Monotone-Revision: d740c679cf1cefcedfad26e298c71bde54a6286d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-24T20:06:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-24 20:06:53 +00:00
parent 90903cd520
commit b2ed4bfad4
+2 -2
View File
@@ -363,13 +363,13 @@
return [calendars componentsJoinedByString: @","]; return [calendars componentsJoinedByString: @","];
} }
- (NSString *) componentCalendar - (SOGoAppointmentFolder *) componentCalendar
{ {
SOGoAppointmentFolder *calendar; SOGoAppointmentFolder *calendar;
calendar = [[self clientObject] container]; calendar = [[self clientObject] container];
return [calendar nameInContainer]; return calendar;
} }
/* priorities */ /* priorities */